#71CCC0

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

Shades of Downy #71CCC0

Tints of Downy #71CCC0

Color information

#71CCC0 (or 0x71CCC0) is unknown color: approx Downy. HEX triplet: 71, CC and C0. RGB value is (113,204,192). Sum of RGB (Red+Green+Blue) = 113+204+192=509 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.20% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #71CCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CCC0 is #8E333F. Grayscale: #AFAFAF. Windows color (decimal): -9319232 or 12635249. OLE color: 12635249.

HSL color Cylindrical-coordinate representation of color #71CCC0: hue angle of 172.09º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CCC0 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB113204192-
CMYK0.4500.060.2
HSL172.09º47.15%62.16%-
HSV(B)172.09º44.61%80%-
XYZ37.9250.557.62-
YUV175.42137.3583.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.20%
GREEN value IS 204 (80.08% from 255) = 40.08%
BLUE value IS 192 (75.39% from 255) = 37.72%
R=22.20%
G=40.08%
B=37.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1132041920.4500.060.2172.0947.1562.16
Hex71CCC02D0614ac2f3e
Octal1613143005506242545776
Binary1110001110011001100000010110101101010010101100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,204,192); }

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

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

 a { background-color: rgb(113,204,192); }

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

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

 span { border-color: rgb(113,204,192); }

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