#55D298

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

Shades of Medium Aquamarine #55D298

Tints of Medium Aquamarine #55D298

Color information

#55D298 (or 0x55D298) is unknown color: approx Medium Aquamarine. HEX triplet: 55, D2 and 98. RGB value is (85,210,152). Sum of RGB (Red+Green+Blue) = 85+210+152=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #55D298 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D298 is #AA2D67. Grayscale: #A6A6A6. Windows color (decimal): -11152744 or 10015317. OLE color: 10015317.

HSL color Cylindrical-coordinate representation of color #55D298: hue angle of 152.16º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D298 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB85210152-
CMYK0.6000.280.18
HSL152.16º58.14%57.84%-
HSV(B)152.16º59.52%82.35%-
XYZ32.4650.2937.7-
YUV166.01120.0970.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.02%
GREEN value IS 210 (82.42% from 255) = 46.98%
BLUE value IS 152 (59.77% from 255) = 34.00%
R=19.02%
G=46.98%
B=34.00%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal852101520.6000.280.18152.1658.1457.84
Hex55D2983C01C12983a3a
Octal12532223074034222307272
Binary101010111010010100110001111000111001001010011000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,210,152); }

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

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

 a { background-color: rgb(85,210,152); }

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

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

 span { border-color: rgb(85,210,152); }

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