Html Css Color HEX #70D2CE Downy

📋 copy color: '#70D2CE'

red 112 ◦ green 210 ◦ blue 206

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

Shades of Downy #70D2CE

Tints of Downy #70D2CE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.77%

 BLUE value IS 206 (80.86% from 255) = 39.02%

R = 21.21%
G = 39.77%
B = 39.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#70D2CE (or 0x70D2CE) is known color: Downy. HEX triplet: 70, D2 and CE. RGB value is (112,210,206). Sum of RGB (Red+Green+Blue) = 112+210+206=528 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.21% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #70D2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D2CE is #8F2D31. Grayscale: #B4B4B4. Windows color (decimal): -9383218 or 13554288. OLE color: 13554288.

HSL color Cylindrical-coordinate representation of color #70D2CE: hue angle of 177.55º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D2CE is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 210 206 -
CMYK 0.47 0 0.02 0.18
HSL 177.55º 0.52% 0.63% -
HSV(B) 177.55º 0.47% 0.82% -
XYZ 40.87 53.99 66.66 -
YUV 180.24 142.53 79.33 -
System Red Green Blue C M Y K H S L
Decimal 112 210 206 0.47 0 0.02 0.18 177.55 0.52 0.63
Hex 70 D2 CE 2F 0 2 12 B2 34 3F
Octal 160 322 316 57 0 2 22 262 64 77
Binary 1110000 11010010 11001110 101111 0 10 10010 10110010 110100 111111

Color Harmonies of #70D2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D2CE

Black with #70D2CE

Text Example


Text Example

White with #70D2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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