#55D698

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

Shades of Medium Aquamarine #55D698

Tints of Medium Aquamarine #55D698

Color information

#55D698 (or 0x55D698) is unknown color: approx Medium Aquamarine. HEX triplet: 55, D6 and 98. RGB value is (85,214,152). Sum of RGB (Red+Green+Blue) = 85+214+152=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 214 - color contains mainly: green. Hex color #55D698 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D698 is #AA2967. Grayscale: #A8A8A8. Windows color (decimal): -11151720 or 10016341. OLE color: 10016341.

HSL color Cylindrical-coordinate representation of color #55D698: hue angle of 151.16º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D698 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB85214152-
CMYK0.6000.290.16
HSL151.16º61.14%58.63%-
HSV(B)151.16º60.28%83.92%-
XYZ33.4652.2938.04-
YUV168.36118.7668.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.85%
GREEN value IS 214 (83.98% from 255) = 47.45%
BLUE value IS 152 (59.77% from 255) = 33.70%
R=18.85%
G=47.45%
B=33.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal852141520.6000.290.16151.1661.1458.63
Hex55D6983C01D10973d3b
Octal12532623074035202277573
Binary101010111010110100110001111000111011000010010111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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