#71D0CF

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

Shades of Downy #71D0CF

Tints of Downy #71D0CF

Color information

#71D0CF (or 0x71D0CF) is unknown color: approx Downy. HEX triplet: 71, D0 and CF. RGB value is (113,208,207). Sum of RGB (Red+Green+Blue) = 113+208+207=528 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.40% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 208 - color contains mainly: green. Hex color #71D0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D0CF is #8E2F30. Grayscale: #B3B3B3. Windows color (decimal): -9318193 or 13619313. OLE color: 13619313.

HSL color Cylindrical-coordinate representation of color #71D0CF: hue angle of 179.37º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D0CF is Cyan = 0.46, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB113208207-
CMYK0.4600.000.18
HSL179.37º50.26%62.94%-
HSV(B)179.37º45.67%81.57%-
XYZ40.6353.1367.14-
YUV179.48143.5380.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.40%
GREEN value IS 208 (81.64% from 255) = 39.39%
BLUE value IS 207 (81.25% from 255) = 39.20%
R=21.40%
G=39.39%
B=39.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1132082070.4600.000.18179.3750.2662.94
Hex71D0CF2E0012b3323f
Octal1613203175600222636277
Binary11100011101000011001111101110001001010110011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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