#71CBCA

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

Shades of Downy #71CBCA

Tints of Downy #71CBCA

Color information

#71CBCA (or 0x71CBCA) is unknown color: approx Downy. HEX triplet: 71, CB and CA. RGB value is (113,203,202). Sum of RGB (Red+Green+Blue) = 113+203+202=518 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.81% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #71CBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CBCA is #8E3435. Grayscale: #AFAFAF. Windows color (decimal): -9319478 or 13290353. OLE color: 13290353.

HSL color Cylindrical-coordinate representation of color #71CBCA: hue angle of 179.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71CBCA is Cyan = 0.44, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB113203202-
CMYK0.4400.000.20
HSL179.33º46.39%61.96%-
HSV(B)179.33º44.33%79.61%-
XYZ38.8350.4963.58-
YUV175.98142.6883.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.81%
GREEN value IS 203 (79.69% from 255) = 39.19%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=21.81%
G=39.19%
B=39.00%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1132032020.4400.000.20179.3346.3961.96
Hex71CBCA2C0014b32e3e
Octal1613133125400242635676
Binary11100011100101111001010101100001010010110011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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