#71E0BF

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

Shades of Downy #71E0BF

Tints of Downy #71E0BF

Color information

#71E0BF (or 0x71E0BF) is unknown color: approx Downy. HEX triplet: 71, E0 and BF. RGB value is (113,224,191). Sum of RGB (Red+Green+Blue) = 113+224+191=528 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.40% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #71E0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71E0BF is #8E1F40. Grayscale: #BBBBBB. Windows color (decimal): -9314113 or 12574833. OLE color: 12574833.

HSL color Cylindrical-coordinate representation of color #71E0BF: hue angle of 162.16º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71E0BF is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB113224191-
CMYK0.5000.150.12
HSL162.16º64.16%66.08%-
HSV(B)162.16º49.55%87.84%-
XYZ42.8760.5858.72-
YUV187.05130.2375.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.40%
GREEN value IS 224 (87.89% from 255) = 42.42%
BLUE value IS 191 (75% from 255) = 36.17%
R=21.40%
G=42.42%
B=36.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1132241910.5000.150.12162.1664.1666.08
Hex71E0BF320FCa24042
Octal1613402776201714242100102
Binary111000111100000101111111100100111111001010001010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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