#71CFCE

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

Shades of Downy #71CFCE

Tints of Downy #71CFCE

Color information

#71CFCE (or 0x71CFCE) is unknown color: approx Downy. HEX triplet: 71, CF and CE. RGB value is (113,207,206). Sum of RGB (Red+Green+Blue) = 113+207+206=526 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.48% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #71CFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CFCE is #8E3031. Grayscale: #B2B2B2. Windows color (decimal): -9318450 or 13553521. OLE color: 13553521.

HSL color Cylindrical-coordinate representation of color #71CFCE: hue angle of 179.36º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CFCE is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB113207206-
CMYK0.4500.000.19
HSL179.36º49.47%62.75%-
HSV(B)179.36º45.41%81.18%-
XYZ40.2652.5966.42-
YUV178.78143.3681.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.48%
GREEN value IS 207 (81.25% from 255) = 39.35%
BLUE value IS 206 (80.86% from 255) = 39.16%
R=21.48%
G=39.35%
B=39.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1132072060.4500.000.19179.3649.4762.75
Hex71CFCE2D0013b3313f
Octal1613173165500232636177
Binary11100011100111111001110101101001001110110011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,207,206); }

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

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

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

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

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

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

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