#55E4BC

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

Shades of Downy #55E4BC

Tints of Downy #55E4BC

Color information

#55E4BC (or 0x55E4BC) is unknown color: approx Downy. HEX triplet: 55, E4 and BC. RGB value is (85,228,188). Sum of RGB (Red+Green+Blue) = 85+228+188=501 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.97% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 228 - color contains mainly: green. Hex color #55E4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E4BC is #AA1B43. Grayscale: #B4B4B4. Windows color (decimal): -11148100 or 12379221. OLE color: 12379221.

HSL color Cylindrical-coordinate representation of color #55E4BC: hue angle of 163.22º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E4BC is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB85228188-
CMYK0.6300.180.11
HSL163.22º72.59%61.37%-
HSV(B)163.22º62.72%89.41%-
XYZ40.5761.0557.22-
YUV180.68132.1259.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.97%
GREEN value IS 228 (89.45% from 255) = 45.51%
BLUE value IS 188 (73.83% from 255) = 37.52%
R=16.97%
G=45.51%
B=37.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal852281880.6300.180.11163.2272.5961.37
Hex55E4BC3F012Ba3493d
Octal125344274770221324311175
Binary101010111100100101111001111110100101011101000111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55E4BC; }

 p { color: rgb(85,228,188); }

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

<style>
 a { background-color: #55E4BC; }

 a { background-color: rgb(85,228,188); }

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

<style>
 span { border-color: #55E4BC; }

 span { border-color: rgb(85,228,188); }

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