Html Css Color HEX #70D2CB Downy

📋 copy color: '#70D2CB'

red 112 ◦ green 210 ◦ blue 203

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

Shades of Downy #70D2CB

Tints of Downy #70D2CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.67%

R = 21.33%
G = 40%
B = 38.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#70D2CB (or 0x70D2CB) is known color: Downy. HEX triplet: 70, D2 and CB. RGB value is (112,210,203). Sum of RGB (Red+Green+Blue) = 112+210+203=525 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.33% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 210 - color contains mainly: green. Hex color #70D2CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D2CB is #8F2D34. Grayscale: #B3B3B3. Windows color (decimal): -9383221 or 13357680. OLE color: 13357680.

HSL color Cylindrical-coordinate representation of color #70D2CB: hue angle of 175.71º 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 #70D2CB is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 210 203 -
CMYK 0.47 0 0.03 0.18
HSL 175.71º 0.52% 0.63% -
HSV(B) 175.71º 0.47% 0.82% -
XYZ 40.51 53.85 64.76 -
YUV 179.9 141.03 79.57 -
System Red Green Blue C M Y K H S L
Decimal 112 210 203 0.47 0 0.03 0.18 175.71 0.52 0.63
Hex 70 D2 CB 2F 0 3 12 B0 34 3F
Octal 160 322 313 57 0 3 22 260 64 77
Binary 1110000 11010010 11001011 101111 0 11 10010 10110000 110100 111111

Color Harmonies of #70D2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D2CB

Black with #70D2CB

Text Example


Text Example

White with #70D2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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