#55FE98

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

Shades of Medium Aquamarine #55FE98

Tints of Medium Aquamarine #55FE98

Color information

#55FE98 (or 0x55FE98) is unknown color: approx Medium Aquamarine. HEX triplet: 55, FE and 98. RGB value is (85,254,152). Sum of RGB (Red+Green+Blue) = 85+254+152=491 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.31% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #55FE98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FE98 is #AA0167. Grayscale: #C0C0C0. Windows color (decimal): -11141480 or 10026581. OLE color: 10026581.

HSL color Cylindrical-coordinate representation of color #55FE98: hue angle of 143.79º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FE98 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.00.

Color convert

RGB85254152-
CMYK0.6700.400.00
HSL143.79º98.83%66.47%-
HSV(B)143.79º66.54%99.61%-
XYZ44.8675.0841.83-
YUV191.84105.5151.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.31%
GREEN value IS 254 (99.61% from 255) = 51.73%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=17.31%
G=51.73%
B=30.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal852541520.6700.400.00143.7998.8366.47
Hex55FE98430280906342
Octal1253762301030500220143102
Binary101010111111110100110001000011010100001001000011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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