#55CF99

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

Shades of Medium Aquamarine #55CF99

Tints of Medium Aquamarine #55CF99

Color information

#55CF99 (or 0x55CF99) is unknown color: approx Medium Aquamarine. HEX triplet: 55, CF and 99. RGB value is (85,207,153). Sum of RGB (Red+Green+Blue) = 85+207+153=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #55CF99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CF99 is #AA3066. Grayscale: #A4A4A4. Windows color (decimal): -11153511 or 10080085. OLE color: 10080085.

HSL color Cylindrical-coordinate representation of color #55CF99: hue angle of 153.44º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CF99 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB85207153-
CMYK0.5900.260.19
HSL153.44º55.96%57.25%-
HSV(B)153.44º58.94%81.18%-
XYZ31.8148.8637.89-
YUV164.37121.5871.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.10%
GREEN value IS 207 (81.25% from 255) = 46.52%
BLUE value IS 153 (60.16% from 255) = 34.38%
R=19.10%
G=46.52%
B=34.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal852071530.5900.260.19153.4455.9657.25
Hex55CF993B01A13993839
Octal12531723173032232317071
Binary101010111001111100110011110110110101001110011001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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