#97EBCC

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

Shades of Magic Mint #97EBCC

Tints of Magic Mint #97EBCC

Color information

#97EBCC (or 0x97EBCC) is unknown color: approx Magic Mint. HEX triplet: 97, EB and CC. RGB value is (151,235,204). Sum of RGB (Red+Green+Blue) = 151+235+204=590 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.59% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 235 - color contains mainly: green. Hex color #97EBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EBCC is #681433. Grayscale: #CECECE. Windows color (decimal): -6820916 or 13429655. OLE color: 13429655.

HSL color Cylindrical-coordinate representation of color #97EBCC: hue angle of 157.86º 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 #97EBCC is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB151235204-
CMYK0.3600.130.08
HSL157.86º67.74%75.69%-
HSV(B)157.86º35.74%92.16%-
XYZ53.3770.3667.89-
YUV206.35126.6788.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.59%
GREEN value IS 235 (92.19% from 255) = 39.83%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=25.59%
G=39.83%
B=34.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1512352040.3600.130.08157.8667.7475.69
Hex97EBCC240D89e444c
Octal2273533144401510236104114
Binary1001011111101011110011001001000110110001001111010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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