#71CABF

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

Shades of Downy #71CABF

Tints of Downy #71CABF

Color information

#71CABF (or 0x71CABF) is unknown color: approx Downy. HEX triplet: 71, CA and BF. RGB value is (113,202,191). Sum of RGB (Red+Green+Blue) = 113+202+191=506 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.33% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #71CABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CABF is #8E3540. Grayscale: #AEAEAE. Windows color (decimal): -9319745 or 12569201. OLE color: 12569201.

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

Color convert

RGB113202191-
CMYK0.4400.050.21
HSL172.58º45.64%61.76%-
HSV(B)172.58º44.06%79.22%-
XYZ37.3349.5156.88-
YUV174.14137.5184.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.33%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 191 (75% from 255) = 37.75%
R=22.33%
G=39.92%
B=37.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1132021910.4400.050.21172.5845.6461.76
Hex71CABF2C0515ad2e3e
Octal1613122775405252555676
Binary1110001110010101011111110110001011010110101101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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