Html Css Color HEX #70CEB9 Downy

📋 copy color: '#70CEB9'

red 112 ◦ green 206 ◦ blue 185

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

Shades of Downy #70CEB9

Tints of Downy #70CEB9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.95%

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

R = 22.27%
G = 40.95%
B = 36.78%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#70CEB9 (or 0x70CEB9) is known color: Downy. HEX triplet: 70, CE and B9. RGB value is (112,206,185). Sum of RGB (Red+Green+Blue) = 112+206+185=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CEB9 is #8F3146. Grayscale: #AFAFAF. Windows color (decimal): -9384263 or 12177008. OLE color: 12177008.

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

Color convert

RGB 112 206 185 -
CMYK 0.46 0 0.10 0.19
HSL 166.6º 0.49% 0.62% -
HSV(B) 166.6º 0.46% 0.81% -
XYZ 37.51 51.09 53.78 -
YUV 175.5 133.36 82.71 -
System Red Green Blue C M Y K H S L
Decimal 112 206 185 0.46 0 0.10 0.19 166.6 0.49 0.62
Hex 70 CE B9 2E 0 A 13 A7 31 3E
Octal 160 316 271 56 0 12 23 247 61 76
Binary 1110000 11001110 10111001 101110 0 1010 10011 10100111 110001 111110

Color Harmonies of #70CEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CEB9

Black with #70CEB9

Text Example


Text Example

White with #70CEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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