#71CCCC

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

Shades of Downy #71CCCC

Tints of Downy #71CCCC

Color information

#71CCCC (or 0x71CCCC) is unknown color: approx Downy. HEX triplet: 71, CC and CC. RGB value is (113,204,204). Sum of RGB (Red+Green+Blue) = 113+204+204=521 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.69% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #71CCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CCCC is #8E3333. Grayscale: #B0B0B0. Windows color (decimal): -9319220 or 13421681. OLE color: 13421681.

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

Color convert

RGB113204204-
CMYK0.45000.2
HSL180º47.15%62.16%-
HSV(B)180º44.61%80%-
XYZ39.351.0664.91-
YUV176.79143.3582.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.69%
GREEN value IS 204 (80.08% from 255) = 39.16%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=21.69%
G=39.16%
B=39.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1132042040.45000.218047.1562.16
Hex71CCCC2D0014b42f3e
Octal1613143145500242645776
Binary11100011100110011001100101101001010010110100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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