#71DDD0

Color #71DDD0 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #71DDD0

Tints of Downy #71DDD0

Color information

#71DDD0 (or 0x71DDD0) is unknown color: approx Downy. HEX triplet: 71, DD and D0. RGB value is (113,221,208). Sum of RGB (Red+Green+Blue) = 113+221+208=542 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.85% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #71DDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DDD0 is #8E222F. Grayscale: #BBBBBB. Windows color (decimal): -9314864 or 13688177. OLE color: 13688177.

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

Color convert

RGB113221208-
CMYK0.4900.060.13
HSL172.78º61.36%65.49%-
HSV(B)172.78º48.87%86.67%-
XYZ44.0559.7868.89-
YUV187.23139.7275.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.85%
GREEN value IS 221 (86.72% from 255) = 40.77%
BLUE value IS 208 (81.64% from 255) = 38.38%
R=20.85%
G=40.77%
B=38.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1132212080.4900.060.13172.7861.3665.49
Hex71DDD03106Dad3d41
Octal16133532061061525575101
Binary1110001110111011101000011000101101101101011011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71DDD0;
 }
 .AnyTagClassName
 {
   color: #71DDD0;
 }
</style>
background-color css

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

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

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

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

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

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