Html Css Color HEX #54FAAF Medium Aquamarine

📋 copy color: '#54FAAF'

red 84 ◦ green 250 ◦ blue 175

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

Shades of Medium Aquamarine #54FAAF

Tints of Medium Aquamarine #54FAAF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.12%

 BLUE value IS 175 (68.75% from 255) = 34.38%

R = 16.5%
G = 49.12%
B = 34.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#54FAAF (or 0x54FAAF) is known color: Medium Aquamarine. HEX triplet: 54, FA and AF. RGB value is (84,250,175). Sum of RGB (Red+Green+Blue) = 84+250+175=509 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.50% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #54FAAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54FAAF is #AB0550. Grayscale: #BFBFBF. Windows color (decimal): -11208017 or 11532884. OLE color: 11532884.

HSL color Cylindrical-coordinate representation of color #54FAAF: hue angle of 152.89º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54FAAF is Cyan = 0.66, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 250 175 -
CMYK 0.66 0 0.3 0.02
HSL 152.89º 0.94% 0.65% -
HSV(B) 152.89º 0.66% 0.98% -
XYZ 45.58 73.35 52.31 -
YUV 191.82 118.5 51.1 -
System Red Green Blue C M Y K H S L
Decimal 84 250 175 0.66 0 0.3 0.02 152.89 0.94 0.65
Hex 54 FA AF 42 0 1E 2 99 5E 41
Octal 124 372 257 102 0 36 2 231 136 101
Binary 1010100 11111010 10101111 1000010 0 11110 10 10011001 1011110 1000001

Color Harmonies of #54FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54FAAF

Black with #54FAAF

Text Example


Text Example

White with #54FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,250,175); }

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

background-color css

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

 a { background-color: rgb(84,250,175); }

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

border-color css

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

 span { border-color: rgb(84,250,175); }

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