#97EDD2

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

Shades of Magic Mint #97EDD2

Tints of Magic Mint #97EDD2

Color information

#97EDD2 (or 0x97EDD2) is unknown color: approx Magic Mint. HEX triplet: 97, ED and D2. RGB value is (151,237,210). Sum of RGB (Red+Green+Blue) = 151+237+210=598 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.25% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 210 (82.42% from 255 or 35.12% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #97EDD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EDD2 is #68122D. Grayscale: #D0D0D0. Windows color (decimal): -6820398 or 13823383. OLE color: 13823383.

HSL color Cylindrical-coordinate representation of color #97EDD2: hue angle of 161.16º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97EDD2 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB151237210-
CMYK0.3600.110.07
HSL161.16º70.49%76.08%-
HSV(B)161.16º36.29%92.94%-
XYZ54.6871.871.95-
YUV208.21129.0187.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.25%
GREEN value IS 237 (92.97% from 255) = 39.63%
BLUE value IS 210 (82.42% from 255) = 35.12%
R=25.25%
G=39.63%
B=35.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512372100.3600.110.07161.1670.4976.08
Hex97EDD2240B7a1464c
Octal227355322440137241106114
Binary100101111110110111010010100100010111111010000110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,237,210); }

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

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

 a { background-color: rgb(151,237,210); }

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

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

 span { border-color: rgb(151,237,210); }

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