Html Css Color HEX #55E39E Medium Aquamarine

📋 copy color: '#55E39E'

red 85 ◦ green 227 ◦ blue 158

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

Shades of Medium Aquamarine #55E39E

Tints of Medium Aquamarine #55E39E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.3%

 BLUE value IS 158 (62.11% from 255) = 33.62%

R = 18.09%
G = 48.3%
B = 33.62%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#55E39E (or 0x55E39E) is known color: Medium Aquamarine. HEX triplet: 55, E3 and 9E. RGB value is (85,227,158). Sum of RGB (Red+Green+Blue) = 85+227+158=470 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.09% from 470); Green value is 227 (89.06% from 255 or 48.30% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 227 - color contains mainly: green. Hex color #55E39E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E39E is #AA1C61. Grayscale: #B0B0B0. Windows color (decimal): -11148386 or 10412885. OLE color: 10412885.

HSL color Cylindrical-coordinate representation of color #55E39E: hue angle of 150.85º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E39E is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 85 227 158 -
CMYK 0.63 0 0.30 0.11
HSL 150.85º 0.72% 0.61% -
HSV(B) 150.85º 0.63% 0.89% -
XYZ 37.39 59.34 41.83 -
YUV 176.68 117.46 62.61 -
System Red Green Blue C M Y K H S L
Decimal 85 227 158 0.63 0 0.30 0.11 150.85 0.72 0.61
Hex 55 E3 9E 3F 0 1E B 97 48 3D
Octal 125 343 236 77 0 36 13 227 110 75
Binary 1010101 11100011 10011110 111111 0 11110 1011 10010111 1001000 111101

Color Harmonies of #55E39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E39E

Black with #55E39E

Text Example


Text Example

White with #55E39E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,227,158); }

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

background-color css

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

 a { background-color: rgb(85,227,158); }

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

border-color css

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

 span { border-color: rgb(85,227,158); }

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