#55DD99

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

Shades of Medium Aquamarine #55DD99

Tints of Medium Aquamarine #55DD99

Color information

#55DD99 (or 0x55DD99) is unknown color: approx Medium Aquamarine. HEX triplet: 55, DD and 99. RGB value is (85,221,153). Sum of RGB (Red+Green+Blue) = 85+221+153=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DD99 is #AA2266. Grayscale: #ACACAC. Windows color (decimal): -11149927 or 10083669. OLE color: 10083669.

HSL color Cylindrical-coordinate representation of color #55DD99: hue angle of 150º 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 #55DD99 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB85221153-
CMYK0.6200.310.13
HSL150º66.67%60%-
HSV(B)150º61.54%86.67%-
XYZ35.3555.9439.07-
YUV172.58116.9465.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.52%
GREEN value IS 221 (86.72% from 255) = 48.15%
BLUE value IS 153 (60.16% from 255) = 33.33%
R=18.52%
G=48.15%
B=33.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal852211530.6200.310.1315066.6760
Hex55DD993E01FD96433c
Octal125335231760371522610374
Binary101010111011101100110011111100111111101100101101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,221,153); }

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

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

 a { background-color: rgb(85,221,153); }

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

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

 span { border-color: rgb(85,221,153); }

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