#54EBAD

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

Shades of Medium Aquamarine #54EBAD

Tints of Medium Aquamarine #54EBAD

Color information

#54EBAD (or 0x54EBAD) is unknown color: approx Medium Aquamarine. HEX triplet: 54, EB and AD. RGB value is (84,235,173). Sum of RGB (Red+Green+Blue) = 84+235+173=492 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.07% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 235 - color contains mainly: green. Hex color #54EBAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54EBAD is #AB1452. Grayscale: #B6B6B6. Windows color (decimal): -11211859 or 11397972. OLE color: 11397972.

HSL color Cylindrical-coordinate representation of color #54EBAD: hue angle of 155.36º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54EBAD is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB84235173-
CMYK0.6400.260.08
HSL155.36º79.06%62.55%-
HSV(B)155.36º64.26%92.16%-
XYZ40.9164.3249.79-
YUV182.78122.4757.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.07%
GREEN value IS 235 (92.19% from 255) = 47.76%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=17.07%
G=47.76%
B=35.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal842351730.6400.260.08155.3679.0662.55
Hex54EBAD4001A89b4f3f
Octal1243532551000321023311777
Binary1010100111010111010110110000000110101000100110111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54EBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,235,173); }

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

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

 a { background-color: rgb(84,235,173); }

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

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

 span { border-color: rgb(84,235,173); }

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