Html Css Color HEX #55E8A3 Medium Aquamarine

📋 copy color: '#55E8A3'

red 85 ◦ green 232 ◦ blue 163

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

Shades of Medium Aquamarine #55E8A3

Tints of Medium Aquamarine #55E8A3

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.33%

 BLUE value IS 163 (64.06% from 255) = 33.96%

R = 17.71%
G = 48.33%
B = 33.96%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#55E8A3 (or 0x55E8A3) is known color: Medium Aquamarine. HEX triplet: 55, E8 and A3. RGB value is (85,232,163). Sum of RGB (Red+Green+Blue) = 85+232+163=480 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.71% from 480); Green value is 232 (91.02% from 255 or 48.33% from 480); Blue value is 163 (64.06% from 255 or 33.96% from 480); Max value from RGB is 232 - color contains mainly: green. Hex color #55E8A3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E8A3 is #AA175C. Grayscale: #B4B4B4. Windows color (decimal): -11147101 or 10741845. OLE color: 10741845.

HSL color Cylindrical-coordinate representation of color #55E8A3: hue angle of 151.84º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E8A3 is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB 85 232 163 -
CMYK 0.63 0 0.30 0.09
HSL 151.84º 0.76% 0.62% -
HSV(B) 151.84º 0.63% 0.91% -
XYZ 39.21 62.29 44.61 -
YUV 180.18 118.3 60.11 -
System Red Green Blue C M Y K H S L
Decimal 85 232 163 0.63 0 0.30 0.09 151.84 0.76 0.62
Hex 55 E8 A3 3F 0 1E 9 98 4C 3E
Octal 125 350 243 77 0 36 11 230 114 76
Binary 1010101 11101000 10100011 111111 0 11110 1001 10011000 1001100 111110

Color Harmonies of #55E8A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E8A3

Black with #55E8A3

Text Example


Text Example

White with #55E8A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,232,163); }

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

background-color css

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

 a { background-color: rgb(85,232,163); }

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

border-color css

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

 span { border-color: rgb(85,232,163); }

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