Html Css Color HEX #70CBB9 Downy

📋 copy color: '#70CBB9'

red 112 ◦ green 203 ◦ blue 185

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

Shades of Downy #70CBB9

Tints of Downy #70CBB9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.6%

 BLUE value IS 185 (72.66% from 255) = 37%

R = 22.4%
G = 40.6%
B = 37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#70CBB9 (or 0x70CBB9) is known color: Downy. HEX triplet: 70, CB and B9. RGB value is (112,203,185). Sum of RGB (Red+Green+Blue) = 112+203+185=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 203 - color contains mainly: green. Hex color #70CBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CBB9 is #8F3446. Grayscale: #ADADAD. Windows color (decimal): -9385031 or 12176240. OLE color: 12176240.

HSL color Cylindrical-coordinate representation of color #70CBB9: hue angle of 168.13º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CBB9 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 203 185 -
CMYK 0.45 0 0.09 0.20
HSL 168.13º 0.47% 0.62% -
HSV(B) 168.13º 0.45% 0.8% -
XYZ 36.79 49.66 53.54 -
YUV 173.74 134.35 83.96 -
System Red Green Blue C M Y K H S L
Decimal 112 203 185 0.45 0 0.09 0.20 168.13 0.47 0.62
Hex 70 CB B9 2D 0 9 14 A8 2F 3E
Octal 160 313 271 55 0 11 24 250 57 76
Binary 1110000 11001011 10111001 101101 0 1001 10100 10101000 101111 111110

Color Harmonies of #70CBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CBB9

Black with #70CBB9

Text Example


Text Example

White with #70CBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,203,185); }

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

background-color css

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

 a { background-color: rgb(112,203,185); }

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

border-color css

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

 span { border-color: rgb(112,203,185); }

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