Html Css Color HEX #70D0C9 Downy

📋 copy color: '#70D0C9'

red 112 ◦ green 208 ◦ blue 201

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

Shades of Downy #70D0C9

Tints of Downy #70D0C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.58%

R = 21.5%
G = 39.92%
B = 38.58%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#70D0C9 (or 0x70D0C9) is known color: Downy. HEX triplet: 70, D0 and C9. RGB value is (112,208,201). Sum of RGB (Red+Green+Blue) = 112+208+201=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #70D0C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D0C9 is #8F2F36. Grayscale: #B2B2B2. Windows color (decimal): -9383735 or 13226096. OLE color: 13226096.

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

Color convert

RGB 112 208 201 -
CMYK 0.46 0 0.03 0.18
HSL 175.63º 0.51% 0.63% -
HSV(B) 175.63º 0.46% 0.82% -
XYZ 39.78 52.77 63.35 -
YUV 178.5 140.7 80.57 -
System Red Green Blue C M Y K H S L
Decimal 112 208 201 0.46 0 0.03 0.18 175.63 0.51 0.63
Hex 70 D0 C9 2E 0 3 12 B0 33 3F
Octal 160 320 311 56 0 3 22 260 63 77
Binary 1110000 11010000 11001001 101110 0 11 10010 10110000 110011 111111

Color Harmonies of #70D0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D0C9

Black with #70D0C9

Text Example


Text Example

White with #70D0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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