Html Css Color HEX #54FAB4 Medium Aquamarine

📋 copy color: '#54FAB4'

red 84 ◦ green 250 ◦ blue 180

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

Shades of Medium Aquamarine #54FAB4

Tints of Medium Aquamarine #54FAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.02%

R = 16.34%
G = 48.64%
B = 35.02%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#54FAB4 (or 0x54FAB4) is known color: Medium Aquamarine. HEX triplet: 54, FA and B4. RGB value is (84,250,180). Sum of RGB (Red+Green+Blue) = 84+250+180=514 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.34% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #54FAB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FAB4 is #AB054B. Grayscale: #C0C0C0. Windows color (decimal): -11208012 or 11860564. OLE color: 11860564.

HSL color Cylindrical-coordinate representation of color #54FAB4: hue angle of 154.7º 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 #54FAB4 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 250 180 -
CMYK 0.66 0 0.28 0.02
HSL 154.7º 0.94% 0.65% -
HSV(B) 154.7º 0.66% 0.98% -
XYZ 46.08 73.55 54.95 -
YUV 192.39 121 50.69 -
System Red Green Blue C M Y K H S L
Decimal 84 250 180 0.66 0 0.28 0.02 154.7 0.94 0.65
Hex 54 FA B4 42 0 1C 2 9B 5E 41
Octal 124 372 264 102 0 34 2 233 136 101
Binary 1010100 11111010 10110100 1000010 0 11100 10 10011011 1011110 1000001

Color Harmonies of #54FAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54FAB4

Black with #54FAB4

Text Example


Text Example

White with #54FAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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