Html Css Color HEX #70DDD0 Downy

📋 copy color: '#70DDD0'

red 112 ◦ green 221 ◦ blue 208

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

Shades of Downy #70DDD0

Tints of Downy #70DDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.45%

R = 20.7%
G = 40.85%
B = 38.45%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#70DDD0 (or 0x70DDD0) is known color: Downy. HEX triplet: 70, DD and D0. RGB value is (112,221,208). Sum of RGB (Red+Green+Blue) = 112+221+208=541 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.70% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDD0 is #8F222F. Grayscale: #BABABA. Windows color (decimal): -9380400 or 13688176. OLE color: 13688176.

HSL color Cylindrical-coordinate representation of color #70DDD0: hue angle of 172.84º 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 #70DDD0 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 221 208 -
CMYK 0.49 0 0.06 0.13
HSL 172.84º 0.62% 0.65% -
HSV(B) 172.84º 0.49% 0.87% -
XYZ 43.92 59.71 68.89 -
YUV 186.93 139.89 74.56 -
System Red Green Blue C M Y K H S L
Decimal 112 221 208 0.49 0 0.06 0.13 172.84 0.62 0.65
Hex 70 DD D0 31 0 6 D AD 3E 41
Octal 160 335 320 61 0 6 15 255 76 101
Binary 1110000 11011101 11010000 110001 0 110 1101 10101101 111110 1000001

Color Harmonies of #70DDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DDD0

Black with #70DDD0

Text Example


Text Example

White with #70DDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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