Html Css Color HEX #55FAB4 Medium Aquamarine

📋 copy color: '#55FAB4'

red 85 ◦ green 250 ◦ blue 180

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

Shades of Medium Aquamarine #55FAB4

Tints of Medium Aquamarine #55FAB4

RGB

 RED value IS 85 (33.59% from 255) = 16.5%

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

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

R = 16.5%
G = 48.54%
B = 34.95%

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

#55FAB4 (or 0x55FAB4) is known color: Medium Aquamarine. HEX triplet: 55, FA and B4. RGB value is (85,250,180). Sum of RGB (Red+Green+Blue) = 85+250+180=515 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.50% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #55FAB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FAB4 is #AA054B. Grayscale: #C0C0C0. Windows color (decimal): -11142476 or 11860565. OLE color: 11860565.

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

Color convert

RGB 85 250 180 -
CMYK 0.66 0 0.28 0.02
HSL 154.55º 0.94% 0.66% -
HSV(B) 154.55º 0.66% 0.98% -
XYZ 46.17 73.6 54.95 -
YUV 192.69 120.84 51.19 -
System Red Green Blue C M Y K H S L
Decimal 85 250 180 0.66 0 0.28 0.02 154.55 0.94 0.66
Hex 55 FA B4 42 0 1C 2 9B 5E 42
Octal 125 372 264 102 0 34 2 233 136 102
Binary 1010101 11111010 10110100 1000010 0 11100 10 10011011 1011110 1000010

Color Harmonies of #55FAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FAB4

Black with #55FAB4

Text Example


Text Example

White with #55FAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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