#97F9CF

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

Shades of Magic Mint #97F9CF

Tints of Magic Mint #97F9CF

Color information

#97F9CF (or 0x97F9CF) is unknown color: approx Magic Mint. HEX triplet: 97, F9 and CF. RGB value is (151,249,207). Sum of RGB (Red+Green+Blue) = 151+249+207=607 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.88% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #97F9CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F9CF is #680630. Grayscale: #D6D6D6. Windows color (decimal): -6817329 or 13629847. OLE color: 13629847.

HSL color Cylindrical-coordinate representation of color #97F9CF: hue angle of 154.29º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97F9CF is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB151249207-
CMYK0.3900.170.02
HSL154.29º89.09%78.43%-
HSV(B)154.29º39.36%97.65%-
XYZ57.978.8471.2-
YUV214.91123.5382.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.88%
GREEN value IS 249 (97.66% from 255) = 41.02%
BLUE value IS 207 (81.25% from 255) = 34.10%
R=24.88%
G=41.02%
B=34.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512492070.3900.170.02154.2989.0978.43
Hex97F9CF2701129a594e
Octal227371317470212232131116
Binary100101111111100111001111100111010001101001101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,249,207); }

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

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

 a { background-color: rgb(151,249,207); }

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

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

 span { border-color: rgb(151,249,207); }

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