Html Css Color HEX #55FEAB Medium Aquamarine

📋 copy color: '#55FEAB'

red 85 ◦ green 254 ◦ blue 171

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

Shades of Medium Aquamarine #55FEAB

Tints of Medium Aquamarine #55FEAB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.8%

 BLUE value IS 171 (67.19% from 255) = 33.53%

R = 16.67%
G = 49.8%
B = 33.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#55FEAB (or 0x55FEAB) is known color: Medium Aquamarine. HEX triplet: 55, FE and AB. RGB value is (85,254,171). Sum of RGB (Red+Green+Blue) = 85+254+171=510 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.67% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #55FEAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FEAB is #AA0154. Grayscale: #C2C2C2. Windows color (decimal): -11141461 or 11271765. OLE color: 11271765.

HSL color Cylindrical-coordinate representation of color #55FEAB: hue angle of 150.53º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FEAB is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 254 171 -
CMYK 0.67 0 0.33 0.00
HSL 150.53º 0.99% 0.66% -
HSV(B) 150.53º 0.67% 1% -
XYZ 46.54 75.76 50.7 -
YUV 194.01 115.01 50.25 -
System Red Green Blue C M Y K H S L
Decimal 85 254 171 0.67 0 0.33 0.00 150.53 0.99 0.66
Hex 55 FE AB 43 0 21 0 97 63 42
Octal 125 376 253 103 0 41 0 227 143 102
Binary 1010101 11111110 10101011 1000011 0 100001 0 10010111 1100011 1000010

Color Harmonies of #55FEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FEAB

Black with #55FEAB

Text Example


Text Example

White with #55FEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,254,171); }

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

background-color css

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

 a { background-color: rgb(85,254,171); }

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

border-color css

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

 span { border-color: rgb(85,254,171); }

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