#97FCCF

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

Shades of Magic Mint #97FCCF

Tints of Magic Mint #97FCCF

Color information

#97FCCF (or 0x97FCCF) is unknown color: approx Magic Mint. HEX triplet: 97, FC and CF. RGB value is (151,252,207). Sum of RGB (Red+Green+Blue) = 151+252+207=610 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.75% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #97FCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FCCF is #680330. Grayscale: #D8D8D8. Windows color (decimal): -6816561 or 13630615. OLE color: 13630615.

HSL color Cylindrical-coordinate representation of color #97FCCF: hue angle of 153.27º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97FCCF is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB151252207-
CMYK0.4000.180.01
HSL153.27º94.39%79.02%-
HSV(B)153.27º40.08%98.82%-
XYZ58.8480.7171.51-
YUV216.67122.5481.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.75%
GREEN value IS 252 (98.83% from 255) = 41.31%
BLUE value IS 207 (81.25% from 255) = 33.93%
R=24.75%
G=41.31%
B=33.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1512522070.4000.180.01153.2794.3979.02
Hex97FCCF280121995e4f
Octal227374317500221231136117
Binary10010111111111001100111110100001001011001100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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