#98FBDE

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

Shades of Aquamarine #98FBDE

Tints of Aquamarine #98FBDE

Color information

#98FBDE (or 0x98FBDE) is unknown color: approx Aquamarine. HEX triplet: 98, FB and DE. RGB value is (152,251,222). Sum of RGB (Red+Green+Blue) = 152+251+222=625 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.32% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #98FBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FBDE is #670421. Grayscale: #DADADA. Windows color (decimal): -6751266 or 14613400. OLE color: 14613400.

HSL color Cylindrical-coordinate representation of color #98FBDE: hue angle of 162.42º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98FBDE is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB152251222-
CMYK0.3900.120.02
HSL162.42º92.52%79.02%-
HSV(B)162.42º39.44%98.43%-
XYZ60.6380.9481.54-
YUV218.09130.280.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.32%
GREEN value IS 251 (98.44% from 255) = 40.16%
BLUE value IS 222 (87.11% from 255) = 35.52%
R=24.32%
G=40.16%
B=35.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522512220.3900.120.02162.4292.5279.02
Hex98FBDE270C2a25d4f
Octal230373336470142242135117
Binary10011000111110111101111010011101100101010001010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98FBDE; }

 p { color: rgb(152,251,222); }

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

<style>
 a { background-color: #98FBDE; }

 a { background-color: rgb(152,251,222); }

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

<style>
 span { border-color: #98FBDE; }

 span { border-color: rgb(152,251,222); }

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