#97EFD5

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

Shades of Magic Mint #97EFD5

Tints of Magic Mint #97EFD5

Color information

#97EFD5 (or 0x97EFD5) is unknown color: approx Magic Mint. HEX triplet: 97, EF and D5. RGB value is (151,239,213). Sum of RGB (Red+Green+Blue) = 151+239+213=603 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.04% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 239 - color contains mainly: green. Hex color #97EFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EFD5 is #68102A. Grayscale: #D1D1D1. Windows color (decimal): -6819883 or 14020503. OLE color: 14020503.

HSL color Cylindrical-coordinate representation of color #97EFD5: hue angle of 162.27º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97EFD5 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB151239213-
CMYK0.3700.110.06
HSL162.27º73.33%76.47%-
HSV(B)162.27º36.82%93.73%-
XYZ55.6473.1274.13-
YUV209.72129.8586.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.04%
GREEN value IS 239 (93.75% from 255) = 39.64%
BLUE value IS 213 (83.59% from 255) = 35.32%
R=25.04%
G=39.64%
B=35.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1512392130.3700.110.06162.2773.3376.47
Hex97EFD5250B6a2494c
Octal227357325450136242111114
Binary100101111110111111010101100101010111101010001010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,239,213); }

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

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

 a { background-color: rgb(151,239,213); }

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

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

 span { border-color: rgb(151,239,213); }

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