#97EDC1

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

Shades of Magic Mint #97EDC1

Tints of Magic Mint #97EDC1

Color information

#97EDC1 (or 0x97EDC1) is unknown color: approx Magic Mint. HEX triplet: 97, ED and C1. RGB value is (151,237,193). Sum of RGB (Red+Green+Blue) = 151+237+193=581 (76% of max value = 765). Red value is 151 (59.38% from 255 or 25.99% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #97EDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EDC1 is #68123E. Grayscale: #CECECE. Windows color (decimal): -6820415 or 12709271. OLE color: 12709271.

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

Color convert

RGB151237193-
CMYK0.3600.190.07
HSL149.3º70.49%76.08%-
HSV(B)149.3º36.29%92.94%-
XYZ52.677161.38-
YUV206.27120.5188.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.99%
GREEN value IS 237 (92.97% from 255) = 40.79%
BLUE value IS 193 (75.78% from 255) = 33.22%
R=25.99%
G=40.79%
B=33.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512371930.3600.190.07149.370.4976.08
Hex97EDC124013795464c
Octal227355301440237225106114
Binary1001011111101101110000011001000100111111001010110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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