Html Css Color HEX #55FEA2 Medium Aquamarine

📋 copy color: '#55FEA2'

red 85 ◦ green 254 ◦ blue 162

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

Shades of Medium Aquamarine #55FEA2

Tints of Medium Aquamarine #55FEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.34%

R = 16.97%
G = 50.7%
B = 32.34%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#55FEA2 (or 0x55FEA2) is known color: Medium Aquamarine. HEX triplet: 55, FE and A2. RGB value is (85,254,162). Sum of RGB (Red+Green+Blue) = 85+254+162=501 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.97% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #55FEA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FEA2 is #AA015D. Grayscale: #C1C1C1. Windows color (decimal): -11141470 or 10681941. OLE color: 10681941.

HSL color Cylindrical-coordinate representation of color #55FEA2: hue angle of 147.34º 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 #55FEA2 is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 254 162 -
CMYK 0.67 0 0.36 0.00
HSL 147.34º 0.99% 0.66% -
HSV(B) 147.34º 0.67% 1% -
XYZ 45.71 75.42 46.33 -
YUV 192.98 110.51 50.98 -
System Red Green Blue C M Y K H S L
Decimal 85 254 162 0.67 0 0.36 0.00 147.34 0.99 0.66
Hex 55 FE A2 43 0 24 0 93 63 42
Octal 125 376 242 103 0 44 0 223 143 102
Binary 1010101 11111110 10100010 1000011 0 100100 0 10010011 1100011 1000010

Color Harmonies of #55FEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FEA2

Black with #55FEA2

Text Example


Text Example

White with #55FEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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