#54D6B9

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

Shades of Medium Aquamarine #54D6B9

Tints of Medium Aquamarine #54D6B9

Color information

#54D6B9 (or 0x54D6B9) is unknown color: approx Medium Aquamarine. HEX triplet: 54, D6 and B9. RGB value is (84,214,185). Sum of RGB (Red+Green+Blue) = 84+214+185=483 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.39% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #54D6B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D6B9 is #AB2946. Grayscale: #ABABAB. Windows color (decimal): -11217223 or 12179028. OLE color: 12179028.

HSL color Cylindrical-coordinate representation of color #54D6B9: hue angle of 166.62º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54D6B9 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB84214185-
CMYK0.6100.140.16
HSL166.62º61.32%58.43%-
HSV(B)166.62º60.75%83.92%-
XYZ36.4653.4854.3-
YUV171.82135.4365.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.39%
GREEN value IS 214 (83.98% from 255) = 44.31%
BLUE value IS 185 (72.66% from 255) = 38.30%
R=17.39%
G=44.31%
B=38.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal842141850.6100.140.16166.6261.3258.43
Hex54D6B93D0E10a73d3a
Octal12432627175016202477572
Binary10101001101011010111001111101011101000010100111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,214,185); }

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

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

 a { background-color: rgb(84,214,185); }

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

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

 span { border-color: rgb(84,214,185); }

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