#97FED6

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

Shades of Aquamarine #97FED6

Tints of Aquamarine #97FED6

Color information

#97FED6 (or 0x97FED6) is unknown color: approx Aquamarine. HEX triplet: 97, FE and D6. RGB value is (151,254,214). Sum of RGB (Red+Green+Blue) = 151+254+214=619 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.39% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #97FED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FED6 is #680129. Grayscale: #DADADA. Windows color (decimal): -6816042 or 14089879. OLE color: 14089879.

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

Color convert

RGB151254214-
CMYK0.4100.160.00
HSL156.7º98.1%79.41%-
HSV(B)156.7º40.55%99.61%-
XYZ60.3482.3276.33-
YUV218.64125.3879.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.39%
GREEN value IS 254 (99.61% from 255) = 41.03%
BLUE value IS 214 (83.98% from 255) = 34.57%
R=24.39%
G=41.03%
B=34.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1512542140.4100.160.00156.798.179.41
Hex97FED62901009d624f
Octal227376326510200235142117
Binary10010111111111101101011010100101000001001110111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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