#71EDBD

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

Shades of Downy #71EDBD

Tints of Downy #71EDBD

Color information

#71EDBD (or 0x71EDBD) is unknown color: approx Downy. HEX triplet: 71, ED and BD. RGB value is (113,237,189). Sum of RGB (Red+Green+Blue) = 113+237+189=539 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.96% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #71EDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EDBD is #8E1242. Grayscale: #C2C2C2. Windows color (decimal): -9310787 or 12447089. OLE color: 12447089.

HSL color Cylindrical-coordinate representation of color #71EDBD: hue angle of 156.77º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EDBD is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB113237189-
CMYK0.5200.200.07
HSL156.77º77.5%68.63%-
HSV(B)156.77º52.32%92.94%-
XYZ46.2867.7558.78-
YUV194.45124.9269.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.96%
GREEN value IS 237 (92.97% from 255) = 43.97%
BLUE value IS 189 (74.22% from 255) = 35.06%
R=20.96%
G=43.97%
B=35.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1132371890.5200.200.07156.7777.568.63
Hex71EDBD3401479d4e45
Octal161355275640247235116105
Binary111000111101101101111011101000101001111001110110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71EDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,237,189); }

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

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

 a { background-color: rgb(113,237,189); }

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

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

 span { border-color: rgb(113,237,189); }

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