Html Css Color HEX #55E19C Medium Aquamarine

📋 copy color: '#55E19C'

red 85 ◦ green 225 ◦ blue 156

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

Shades of Medium Aquamarine #55E19C

Tints of Medium Aquamarine #55E19C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.28%

 BLUE value IS 156 (61.33% from 255) = 33.48%

R = 18.24%
G = 48.28%
B = 33.48%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#55E19C (or 0x55E19C) is known color: Medium Aquamarine. HEX triplet: 55, E1 and 9C. RGB value is (85,225,156). Sum of RGB (Red+Green+Blue) = 85+225+156=466 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.24% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #55E19C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E19C is #AA1E63. Grayscale: #AFAFAF. Windows color (decimal): -11148900 or 10281301. OLE color: 10281301.

HSL color Cylindrical-coordinate representation of color #55E19C: hue angle of 150.43º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E19C is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 225 156 -
CMYK 0.62 0 0.31 0.12
HSL 150.43º 0.7% 0.61% -
HSV(B) 150.43º 0.62% 0.88% -
XYZ 36.67 58.18 40.75 -
YUV 175.27 117.12 63.61 -
System Red Green Blue C M Y K H S L
Decimal 85 225 156 0.62 0 0.31 0.12 150.43 0.7 0.61
Hex 55 E1 9C 3E 0 1F C 96 46 3D
Octal 125 341 234 76 0 37 14 226 106 75
Binary 1010101 11100001 10011100 111110 0 11111 1100 10010110 1000110 111101

Color Harmonies of #55E19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E19C

Black with #55E19C

Text Example


Text Example

White with #55E19C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,225,156); }

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

background-color css

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

 a { background-color: rgb(85,225,156); }

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

border-color css

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

 span { border-color: rgb(85,225,156); }

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