#97F9DE

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

Shades of Aquamarine #97F9DE

Tints of Aquamarine #97F9DE

Color information

#97F9DE (or 0x97F9DE) is unknown color: approx Aquamarine. HEX triplet: 97, F9 and DE. RGB value is (151,249,222). Sum of RGB (Red+Green+Blue) = 151+249+222=622 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.28% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 249 - color contains mainly: green. Hex color #97F9DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F9DE is #680621. Grayscale: #D8D8D8. Windows color (decimal): -6817314 or 14612887. OLE color: 14612887.

HSL color Cylindrical-coordinate representation of color #97F9DE: hue angle of 163.47º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97F9DE is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB151249222-
CMYK0.3900.110.02
HSL163.47º89.09%78.43%-
HSV(B)163.47º39.36%97.65%-
XYZ59.8279.681.32-
YUV216.62131.0381.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.28%
GREEN value IS 249 (97.66% from 255) = 40.03%
BLUE value IS 222 (87.11% from 255) = 35.69%
R=24.28%
G=40.03%
B=35.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512492220.3900.110.02163.4789.0978.43
Hex97F9DE270B2a3594e
Octal227371336470132243131116
Binary10010111111110011101111010011101011101010001110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97F9DE; }

 p { color: rgb(151,249,222); }

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

<style>
 a { background-color: #97F9DE; }

 a { background-color: rgb(151,249,222); }

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

<style>
 span { border-color: #97F9DE; }

 span { border-color: rgb(151,249,222); }

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