#54E2BB

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

Shades of Downy #54E2BB

Tints of Downy #54E2BB

Color information

#54E2BB (or 0x54E2BB) is unknown color: approx Downy. HEX triplet: 54, E2 and BB. RGB value is (84,226,187). Sum of RGB (Red+Green+Blue) = 84+226+187=497 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.90% from 497); Green value is 226 (88.67% from 255 or 45.47% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 226 - color contains mainly: green. Hex color #54E2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E2BB is #AB1D44. Grayscale: #B3B3B3. Windows color (decimal): -11214149 or 12313172. OLE color: 12313172.

HSL color Cylindrical-coordinate representation of color #54E2BB: hue angle of 163.52º degrees, saturation: 0.71, 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 #54E2BB is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB84226187-
CMYK0.6300.170.11
HSL163.52º71%60.78%-
HSV(B)163.52º62.83%88.63%-
XYZ39.8259.8756.47-
YUV179.1132.4660.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.90%
GREEN value IS 226 (88.67% from 255) = 45.47%
BLUE value IS 187 (73.44% from 255) = 37.63%
R=16.90%
G=45.47%
B=37.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal842261870.6300.170.11163.527160.78
Hex54E2BB3F011Ba4473d
Octal124342273770211324410775
Binary101010011100010101110111111110100011011101001001000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54E2BB; }

 p { color: rgb(84,226,187); }

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

<style>
 a { background-color: #54E2BB; }

 a { background-color: rgb(84,226,187); }

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

<style>
 span { border-color: #54E2BB; }

 span { border-color: rgb(84,226,187); }

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