Html Css Color HEX #54DAAA Medium Aquamarine

📋 copy color: '#54DAAA'

red 84 ◦ green 218 ◦ blue 170

#54DAAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #54DAAA

Tints of Medium Aquamarine #54DAAA

RGB

 RED value IS 84 (33.2% from 255) = 17.8%

 GREEN value IS 218 (85.55% from 255) = 46.19%

 BLUE value IS 170 (66.8% from 255) = 36.02%

R = 17.8%
G = 46.19%
B = 36.02%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#54DAAA (or 0x54DAAA) is known color: Medium Aquamarine. HEX triplet: 54, DA and AA. RGB value is (84,218,170). Sum of RGB (Red+Green+Blue) = 84+218+170=472 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.80% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #54DAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54DAAA is #AB2555. Grayscale: #ACACAC. Windows color (decimal): -11216214 or 11197012. OLE color: 11197012.

HSL color Cylindrical-coordinate representation of color #54DAAA: hue angle of 158.51º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54DAAA is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 218 170 -
CMYK 0.61 0 0.22 0.15
HSL 158.51º 0.64% 0.59% -
HSV(B) 158.51º 0.61% 0.85% -
XYZ 35.98 54.93 46.74 -
YUV 172.46 126.61 64.9 -
System Red Green Blue C M Y K H S L
Decimal 84 218 170 0.61 0 0.22 0.15 158.51 0.64 0.59
Hex 54 DA AA 3D 0 16 F 9F 40 3B
Octal 124 332 252 75 0 26 17 237 100 73
Binary 1010100 11011010 10101010 111101 0 10110 1111 10011111 1000000 111011

Color Harmonies of #54DAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DAAA

Black with #54DAAA

Text Example


Text Example

White with #54DAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,218,170); }

 H1.HeaderClassName
 {
   color: #54DAAA;
 }
 .AnyTagClassName
 {
   color: #54DAAA;
 }
</style>

background-color css

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

 a { background-color: rgb(84,218,170); }

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

border-color css

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

 span { border-color: rgb(84,218,170); }

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