Html Css Color HEX #70DDCE Downy

📋 copy color: '#70DDCE'

red 112 ◦ green 221 ◦ blue 206

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

Shades of Downy #70DDCE

Tints of Downy #70DDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41%

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

R = 20.78%
G = 41%
B = 38.22%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#70DDCE (or 0x70DDCE) is known color: Downy. HEX triplet: 70, DD and CE. RGB value is (112,221,206). Sum of RGB (Red+Green+Blue) = 112+221+206=539 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.78% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDCE is #8F2231. Grayscale: #BABABA. Windows color (decimal): -9380402 or 13557104. OLE color: 13557104.

HSL color Cylindrical-coordinate representation of color #70DDCE: hue angle of 171.74º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DDCE is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 221 206 -
CMYK 0.49 0 0.07 0.13
HSL 171.74º 0.62% 0.65% -
HSV(B) 171.74º 0.49% 0.87% -
XYZ 43.68 59.61 67.6 -
YUV 186.7 138.89 74.72 -
System Red Green Blue C M Y K H S L
Decimal 112 221 206 0.49 0 0.07 0.13 171.74 0.62 0.65
Hex 70 DD CE 31 0 7 D AC 3E 41
Octal 160 335 316 61 0 7 15 254 76 101
Binary 1110000 11011101 11001110 110001 0 111 1101 10101100 111110 1000001

Color Harmonies of #70DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DDCE

Black with #70DDCE

Text Example


Text Example

White with #70DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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