Html Css Color HEX #55EAAC Medium Aquamarine

📋 copy color: '#55EAAC'

red 85 ◦ green 234 ◦ blue 172

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

Shades of Medium Aquamarine #55EAAC

Tints of Medium Aquamarine #55EAAC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.66%

 BLUE value IS 172 (67.58% from 255) = 35.03%

R = 17.31%
G = 47.66%
B = 35.03%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#55EAAC (or 0x55EAAC) is known color: Medium Aquamarine. HEX triplet: 55, EA and AC. RGB value is (85,234,172). Sum of RGB (Red+Green+Blue) = 85+234+172=491 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.31% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 234 - color contains mainly: green. Hex color #55EAAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EAAC is #AA1553. Grayscale: #B6B6B6. Windows color (decimal): -11146580 or 11332181. OLE color: 11332181.

HSL color Cylindrical-coordinate representation of color #55EAAC: hue angle of 155.03º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EAAC is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 234 172 -
CMYK 0.64 0 0.26 0.08
HSL 155.03º 0.78% 0.63% -
HSV(B) 155.03º 0.64% 0.92% -
XYZ 40.62 63.76 49.2 -
YUV 182.38 122.14 58.54 -
System Red Green Blue C M Y K H S L
Decimal 85 234 172 0.64 0 0.26 0.08 155.03 0.78 0.63
Hex 55 EA AC 40 0 1A 8 9B 4E 3F
Octal 125 352 254 100 0 32 10 233 116 77
Binary 1010101 11101010 10101100 1000000 0 11010 1000 10011011 1001110 111111

Color Harmonies of #55EAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EAAC

Black with #55EAAC

Text Example


Text Example

White with #55EAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,234,172); }

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

background-color css

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

 a { background-color: rgb(85,234,172); }

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

border-color css

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

 span { border-color: rgb(85,234,172); }

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