Html Css Color HEX #70D0CB Downy

📋 copy color: '#70D0CB'

red 112 ◦ green 208 ◦ blue 203

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

Shades of Downy #70D0CB

Tints of Downy #70D0CB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.77%

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

R = 21.41%
G = 39.77%
B = 38.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#70D0CB (or 0x70D0CB) is known color: Downy. HEX triplet: 70, D0 and CB. RGB value is (112,208,203). Sum of RGB (Red+Green+Blue) = 112+208+203=523 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.41% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 208 - color contains mainly: green. Hex color #70D0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D0CB is #8F2F34. Grayscale: #B2B2B2. Windows color (decimal): -9383733 or 13357168. OLE color: 13357168.

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

Color convert

RGB 112 208 203 -
CMYK 0.46 0 0.02 0.18
HSL 176.88º 0.51% 0.63% -
HSV(B) 176.88º 0.46% 0.82% -
XYZ 40.02 52.87 64.6 -
YUV 178.73 141.7 80.41 -
System Red Green Blue C M Y K H S L
Decimal 112 208 203 0.46 0 0.02 0.18 176.88 0.51 0.63
Hex 70 D0 CB 2E 0 2 12 B1 33 3F
Octal 160 320 313 56 0 2 22 261 63 77
Binary 1110000 11010000 11001011 101110 0 10 10010 10110001 110011 111111

Color Harmonies of #70D0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D0CB

Black with #70D0CB

Text Example


Text Example

White with #70D0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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