#71D0C3

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

Shades of Downy #71D0C3

Tints of Downy #71D0C3

Color information

#71D0C3 (or 0x71D0C3) is unknown color: approx Downy. HEX triplet: 71, D0 and C3. RGB value is (113,208,195). Sum of RGB (Red+Green+Blue) = 113+208+195=516 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.90% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #71D0C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D0C3 is #8E2F3C. Grayscale: #B2B2B2. Windows color (decimal): -9318205 or 12832881. OLE color: 12832881.

HSL color Cylindrical-coordinate representation of color #71D0C3: hue angle of 171.79º 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 #71D0C3 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB113208195-
CMYK0.4600.060.18
HSL171.79º50.26%62.94%-
HSV(B)171.79º45.67%81.57%-
XYZ39.2252.5659.71-
YUV178.11137.5381.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.90%
GREEN value IS 208 (81.64% from 255) = 40.31%
BLUE value IS 195 (76.56% from 255) = 37.79%
R=21.90%
G=40.31%
B=37.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1132081950.4600.060.18171.7950.2662.94
Hex71D0C32E0612ac323f
Octal1613203035606222546277
Binary1110001110100001100001110111001101001010101100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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