#55FA98

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

Shades of Medium Aquamarine #55FA98

Tints of Medium Aquamarine #55FA98

Color information

#55FA98 (or 0x55FA98) is unknown color: approx Medium Aquamarine. HEX triplet: 55, FA and 98. RGB value is (85,250,152). Sum of RGB (Red+Green+Blue) = 85+250+152=487 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.45% from 487); Green value is 250 (98.05% from 255 or 51.33% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FA98 is #AA0567. Grayscale: #BDBDBD. Windows color (decimal): -11142504 or 10025557. OLE color: 10025557.

HSL color Cylindrical-coordinate representation of color #55FA98: hue angle of 144.36º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FA98 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB85250152-
CMYK0.6600.390.02
HSL144.36º94.29%65.69%-
HSV(B)144.36º66%98.04%-
XYZ43.672.5741.42-
YUV189.49106.8453.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.45%
GREEN value IS 250 (98.05% from 255) = 51.33%
BLUE value IS 152 (59.77% from 255) = 31.21%
R=17.45%
G=51.33%
B=31.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal852501520.6600.390.02144.3694.2965.69
Hex55FA98420272905e42
Octal1253722301020472220136102
Binary1010101111110101001100010000100100111101001000010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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