Html Css Color HEX #70DDCD Downy

📋 copy color: '#70DDCD'

red 112 ◦ green 221 ◦ blue 205

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

Shades of Downy #70DDCD

Tints of Downy #70DDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.1%

R = 20.82%
G = 41.08%
B = 38.1%

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

#70DDCD (or 0x70DDCD) is known color: Downy. HEX triplet: 70, DD and CD. RGB value is (112,221,205). Sum of RGB (Red+Green+Blue) = 112+221+205=538 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.82% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDCD is #8F2232. Grayscale: #BABABA. Windows color (decimal): -9380403 or 13491568. OLE color: 13491568.

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

Color convert

RGB 112 221 205 -
CMYK 0.49 0 0.07 0.13
HSL 171.19º 0.62% 0.65% -
HSV(B) 171.19º 0.49% 0.87% -
XYZ 43.56 59.57 66.96 -
YUV 186.59 138.39 74.8 -
System Red Green Blue C M Y K H S L
Decimal 112 221 205 0.49 0 0.07 0.13 171.19 0.62 0.65
Hex 70 DD CD 31 0 7 D AB 3E 41
Octal 160 335 315 61 0 7 15 253 76 101
Binary 1110000 11011101 11001101 110001 0 111 1101 10101011 111110 1000001

Color Harmonies of #70DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DDCD

Black with #70DDCD

Text Example


Text Example

White with #70DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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