#71CCCA

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

Shades of Downy #71CCCA

Tints of Downy #71CCCA

Color information

#71CCCA (or 0x71CCCA) is unknown color: approx Downy. HEX triplet: 71, CC and CA. RGB value is (113,204,202). Sum of RGB (Red+Green+Blue) = 113+204+202=519 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.77% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #71CCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CCCA is #8E3335. Grayscale: #B0B0B0. Windows color (decimal): -9319222 or 13290609. OLE color: 13290609.

HSL color Cylindrical-coordinate representation of color #71CCCA: hue angle of 178.68º 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 #71CCCA is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB113204202-
CMYK0.4500.010.2
HSL178.68º47.15%62.16%-
HSV(B)178.68º44.61%80%-
XYZ39.0650.9663.65-
YUV176.56142.3582.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.77%
GREEN value IS 204 (80.08% from 255) = 39.31%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=21.77%
G=39.31%
B=38.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1132042020.4500.010.2178.6847.1562.16
Hex71CCCA2D0114b32f3e
Octal1613143125501242635776
Binary11100011100110011001010101101011010010110011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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