#71D5CA

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

Shades of Downy #71D5CA

Tints of Downy #71D5CA

Color information

#71D5CA (or 0x71D5CA) is unknown color: approx Downy. HEX triplet: 71, D5 and CA. RGB value is (113,213,202). Sum of RGB (Red+Green+Blue) = 113+213+202=528 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.40% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #71D5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D5CA is #8E2A35. Grayscale: #B5B5B5. Windows color (decimal): -9316918 or 13292913. OLE color: 13292913.

HSL color Cylindrical-coordinate representation of color #71D5CA: hue angle of 173.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D5CA is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB113213202-
CMYK0.4700.050.16
HSL173.4º54.35%63.92%-
HSV(B)173.4º46.95%83.53%-
XYZ41.2655.3664.39-
YUV181.85139.3778.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.40%
GREEN value IS 213 (83.59% from 255) = 40.34%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=21.40%
G=40.34%
B=38.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1132132020.4700.050.16173.454.3563.92
Hex71D5CA2F0510ad3640
Octal16132531257052025566100
Binary11100011101010111001010101111010110000101011011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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