#97FEDE

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

Shades of Aquamarine #97FEDE

Tints of Aquamarine #97FEDE

Color information

#97FEDE (or 0x97FEDE) is unknown color: approx Aquamarine. HEX triplet: 97, FE and DE. RGB value is (151,254,222). Sum of RGB (Red+Green+Blue) = 151+254+222=627 (83% of max value = 765). Red value is 151 (59.38% from 255 or 24.08% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #97FEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FEDE is #680121. Grayscale: #DBDBDB. Windows color (decimal): -6816034 or 14614167. OLE color: 14614167.

HSL color Cylindrical-coordinate representation of color #97FEDE: hue angle of 161.36º 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 #97FEDE is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB151254222-
CMYK0.4100.130.00
HSL161.36º98.1%79.41%-
HSV(B)161.36º40.55%99.61%-
XYZ61.3982.7481.84-
YUV219.55129.3879.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.08%
GREEN value IS 254 (99.61% from 255) = 40.51%
BLUE value IS 222 (87.11% from 255) = 35.41%
R=24.08%
G=40.51%
B=35.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1512542220.4100.130.00161.3698.179.41
Hex97FEDE290D0a1624f
Octal227376336510150241142117
Binary1001011111111110110111101010010110101010000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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