Html Css Color HEX #70CFBD Downy

📋 copy color: '#70CFBD'

red 112 ◦ green 207 ◦ blue 189

#70CFBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #70CFBD

Tints of Downy #70CFBD

RGB

 RED value IS 112 (44.14% from 255) = 22.05%

 GREEN value IS 207 (81.25% from 255) = 40.75%

 BLUE value IS 189 (74.22% from 255) = 37.2%

R = 22.05%
G = 40.75%
B = 37.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#70CFBD (or 0x70CFBD) is known color: Downy. HEX triplet: 70, CF and BD. RGB value is (112,207,189). Sum of RGB (Red+Green+Blue) = 112+207+189=508 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.05% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFBD is #8F3042. Grayscale: #B0B0B0. Windows color (decimal): -9384003 or 12439408. OLE color: 12439408.

HSL color Cylindrical-coordinate representation of color #70CFBD: hue angle of 168.63º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CFBD is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 207 189 -
CMYK 0.46 0 0.09 0.19
HSL 168.63º 0.5% 0.63% -
HSV(B) 168.63º 0.46% 0.81% -
XYZ 38.18 51.74 56.12 -
YUV 176.54 135.03 81.96 -
System Red Green Blue C M Y K H S L
Decimal 112 207 189 0.46 0 0.09 0.19 168.63 0.5 0.63
Hex 70 CF BD 2E 0 9 13 A9 32 3F
Octal 160 317 275 56 0 11 23 251 62 77
Binary 1110000 11001111 10111101 101110 0 1001 10011 10101001 110010 111111

Color Harmonies of #70CFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CFBD

Black with #70CFBD

Text Example


Text Example

White with #70CFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70CFBD; }

 p { color: rgb(112,207,189); }

 H1.HeaderClassName
 {
   color: #70CFBD;
 }
 .AnyTagClassName
 {
   color: #70CFBD;
 }
</style>

background-color css

<style>
 a { background-color: #70CFBD; }

 a { background-color: rgb(112,207,189); }

 div.DivClassName
 {
   background-color: #70CFBD;
 }
 .BgClassName
 {
   background-color: #70CFBD;
 }
</style>

border-color css

<style>
 span { border-color: #70CFBD; }

 span { border-color: rgb(112,207,189); }

 td.TdClassName
 {
   border-color: #70CFBD;
 }
 .TagClassName
 {
   border-color: #70CFBD;
 }
</style>