#97FDDC

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

Shades of Aquamarine #97FDDC

Tints of Aquamarine #97FDDC

Color information

#97FDDC (or 0x97FDDC) is unknown color: approx Aquamarine. HEX triplet: 97, FD and DC. RGB value is (151,253,220). Sum of RGB (Red+Green+Blue) = 151+253+220=624 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.20% from 624); Green value is 253 (99.22% from 255 or 40.54% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 253 - color contains mainly: green. Hex color #97FDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FDDC is #680223. Grayscale: #DADADA. Windows color (decimal): -6816292 or 14482839. OLE color: 14482839.

HSL color Cylindrical-coordinate representation of color #97FDDC: hue angle of 160.59º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97FDDC is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB151253220-
CMYK0.4000.130.01
HSL160.59º96.23%79.22%-
HSV(B)160.59º40.32%99.22%-
XYZ60.818280.33-
YUV218.74128.7179.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.20%
GREEN value IS 253 (99.22% from 255) = 40.54%
BLUE value IS 220 (86.33% from 255) = 35.26%
R=24.20%
G=40.54%
B=35.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1512532200.4000.130.01160.5996.2379.22
Hex97FDDC280D1a1604f
Octal227375334500151241140117
Binary1001011111111101110111001010000110111010000111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,253,220); }

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

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

 a { background-color: rgb(151,253,220); }

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

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

 span { border-color: rgb(151,253,220); }

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