#55DE96

Color #55DE96 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #55DE96

Tints of Medium Aquamarine #55DE96

Color information

#55DE96 (or 0x55DE96) is unknown color: approx Medium Aquamarine. HEX triplet: 55, DE and 96. RGB value is (85,222,150). Sum of RGB (Red+Green+Blue) = 85+222+150=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #55DE96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DE96 is #AA2169. Grayscale: #ACACAC. Windows color (decimal): -11149674 or 9887317. OLE color: 9887317.

HSL color Cylindrical-coordinate representation of color #55DE96: hue angle of 148.47º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DE96 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB85222150-
CMYK0.6200.320.13
HSL148.47º67.49%60.2%-
HSV(B)148.47º61.71%87.06%-
XYZ35.3756.3837.87-
YUV172.83115.1165.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.60%
GREEN value IS 222 (87.11% from 255) = 48.58%
BLUE value IS 150 (58.98% from 255) = 32.82%
R=18.60%
G=48.58%
B=32.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal852221500.6200.320.13148.4767.4960.2
Hex55DE963E020D94433c
Octal125336226760401522410374
Binary1010101110111101001011011111001000001101100101001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,222,150); }

 H1.HeaderClassName
 {
   color: #55DE96;
 }
 .AnyTagClassName
 {
   color: #55DE96;
 }
</style>
background-color css

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

 a { background-color: rgb(85,222,150); }

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

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

 span { border-color: rgb(85,222,150); }

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