#97EBD4

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

Shades of Magic Mint #97EBD4

Tints of Magic Mint #97EBD4

Color information

#97EBD4 (or 0x97EBD4) is unknown color: approx Magic Mint. HEX triplet: 97, EB and D4. RGB value is (151,235,212). Sum of RGB (Red+Green+Blue) = 151+235+212=598 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.25% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #97EBD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EBD4 is #68142B. Grayscale: #CFCFCF. Windows color (decimal): -6820908 or 13953943. OLE color: 13953943.

HSL color Cylindrical-coordinate representation of color #97EBD4: hue angle of 163.57º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97EBD4 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB151235212-
CMYK0.3600.100.08
HSL163.57º67.74%75.69%-
HSV(B)163.57º35.74%92.16%-
XYZ54.3570.7573.08-
YUV207.26130.6787.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.25%
GREEN value IS 235 (92.19% from 255) = 39.30%
BLUE value IS 212 (83.20% from 255) = 35.45%
R=25.25%
G=39.30%
B=35.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1512352120.3600.100.08163.5767.7475.69
Hex97EBD4240A8a4444c
Octal2273533244401210244104114
Binary1001011111101011110101001001000101010001010010010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,235,212); }

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

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

 a { background-color: rgb(151,235,212); }

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

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

 span { border-color: rgb(151,235,212); }

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