#97EDC4

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

Shades of Magic Mint #97EDC4

Tints of Magic Mint #97EDC4

Color information

#97EDC4 (or 0x97EDC4) is unknown color: approx Magic Mint. HEX triplet: 97, ED and C4. RGB value is (151,237,196). Sum of RGB (Red+Green+Blue) = 151+237+196=584 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.86% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #97EDC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EDC4 is #68123B. Grayscale: #CECECE. Windows color (decimal): -6820412 or 12905879. OLE color: 12905879.

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

Color convert

RGB151237196-
CMYK0.3600.170.07
HSL151.4º70.49%76.08%-
HSV(B)151.4º36.29%92.94%-
XYZ53.0171.1363.16-
YUV206.61122.0188.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.86%
GREEN value IS 237 (92.97% from 255) = 40.58%
BLUE value IS 196 (76.95% from 255) = 33.56%
R=25.86%
G=40.58%
B=33.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512371960.3600.170.07151.470.4976.08
Hex97EDC424011797464c
Octal227355304440217227106114
Binary1001011111101101110001001001000100011111001011110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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