#97FEE0

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

Shades of Aquamarine #97FEE0

Tints of Aquamarine #97FEE0

Color information

#97FEE0 (or 0x97FEE0) is unknown color: approx Aquamarine. HEX triplet: 97, FE and E0. RGB value is (151,254,224). Sum of RGB (Red+Green+Blue) = 151+254+224=629 (83% of max value = 765). Red value is 151 (59.38% from 255 or 24.01% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #97FEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FEE0 is #68011F. Grayscale: #DBDBDB. Windows color (decimal): -6816032 or 14745239. OLE color: 14745239.

HSL color Cylindrical-coordinate representation of color #97FEE0: hue angle of 162.52º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97FEE0 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB151254224-
CMYK0.4100.120.00
HSL162.52º98.1%79.41%-
HSV(B)162.52º40.55%99.61%-
XYZ61.6682.8483.26-
YUV219.78130.3878.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.01%
GREEN value IS 254 (99.61% from 255) = 40.38%
BLUE value IS 224 (87.89% from 255) = 35.61%
R=24.01%
G=40.38%
B=35.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1512542240.4100.120.00162.5298.179.41
Hex97FEE0290C0a3624f
Octal227376340510140243142117
Binary1001011111111110111000001010010110001010001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,254,224); }

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

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

 a { background-color: rgb(151,254,224); }

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

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

 span { border-color: rgb(151,254,224); }

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