#54E1BC

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

Shades of Downy #54E1BC

Tints of Downy #54E1BC

Color information

#54E1BC (or 0x54E1BC) is unknown color: approx Downy. HEX triplet: 54, E1 and BC. RGB value is (84,225,188). Sum of RGB (Red+Green+Blue) = 84+225+188=497 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.90% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #54E1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E1BC is #AB1E43. Grayscale: #B2B2B2. Windows color (decimal): -11214404 or 12378452. OLE color: 12378452.

HSL color Cylindrical-coordinate representation of color #54E1BC: hue angle of 164.26º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E1BC is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB84225188-
CMYK0.6300.160.12
HSL164.26º70.15%60.59%-
HSV(B)164.26º62.67%88.24%-
XYZ39.6659.3756.95-
YUV178.62133.2960.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.90%
GREEN value IS 225 (88.28% from 255) = 45.27%
BLUE value IS 188 (73.83% from 255) = 37.83%
R=16.90%
G=45.27%
B=37.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal842251880.6300.160.12164.2670.1560.59
Hex54E1BC3F010Ca4463d
Octal124341274770201424410675
Binary101010011100001101111001111110100001100101001001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,225,188); }

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

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

 a { background-color: rgb(84,225,188); }

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

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

 span { border-color: rgb(84,225,188); }

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