#97EFD2

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

Shades of Magic Mint #97EFD2

Tints of Magic Mint #97EFD2

Color information

#97EFD2 (or 0x97EFD2) is unknown color: approx Magic Mint. HEX triplet: 97, EF and D2. RGB value is (151,239,210). Sum of RGB (Red+Green+Blue) = 151+239+210=600 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.17% from 600); Green value is 239 (93.75% from 255 or 39.83% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 239 - color contains mainly: green. Hex color #97EFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EFD2 is #68102D. Grayscale: #D1D1D1. Windows color (decimal): -6819886 or 13823895. OLE color: 13823895.

HSL color Cylindrical-coordinate representation of color #97EFD2: hue angle of 160.23º 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 #97EFD2 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB151239210-
CMYK0.3700.120.06
HSL160.23º73.33%76.47%-
HSV(B)160.23º36.82%93.73%-
XYZ55.2672.9772.14-
YUV209.38128.3586.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.17%
GREEN value IS 239 (93.75% from 255) = 39.83%
BLUE value IS 210 (82.42% from 255) = 35%
R=25.17%
G=39.83%
B=35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1512392100.3700.120.06160.2373.3376.47
Hex97EFD2250C6a0494c
Octal227357322450146240111114
Binary100101111110111111010010100101011001101010000010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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