#97FFD7

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

Shades of Aquamarine #97FFD7

Tints of Aquamarine #97FFD7

Color information

#97FFD7 (or 0x97FFD7) is unknown color: approx Aquamarine. HEX triplet: 97, FF and D7. RGB value is (151,255,215). Sum of RGB (Red+Green+Blue) = 151+255+215=621 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.32% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FFD7 is #680028. Grayscale: #DBDBDB. Windows color (decimal): -6815785 or 14155671. OLE color: 14155671.

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

Color convert

RGB151255215-
CMYK0.4100.160
HSL156.92º100%79.61%-
HSV(B)156.92º40.78%100%-
XYZ60.7983.0177.11-
YUV219.34125.5479.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.32%
GREEN value IS 255 (100% from 255) = 41.06%
BLUE value IS 215 (84.38% from 255) = 34.62%
R=24.32%
G=41.06%
B=34.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1512552150.4100.160156.9210079.61
Hex97FFD72901009d6450
Octal227377327510200235144120
Binary10010111111111111101011110100101000001001110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,255,215); }

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

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

 a { background-color: rgb(151,255,215); }

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

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

 span { border-color: rgb(151,255,215); }

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