#97FFCA

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

Shades of Magic Mint #97FFCA

Tints of Magic Mint #97FFCA

Color information

#97FFCA (or 0x97FFCA) is unknown color: approx Magic Mint. HEX triplet: 97, FF and CA. RGB value is (151,255,202). Sum of RGB (Red+Green+Blue) = 151+255+202=608 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.84% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FFCA is #680035. Grayscale: #D9D9D9. Windows color (decimal): -6815798 or 13303703. OLE color: 13303703.

HSL color Cylindrical-coordinate representation of color #97FFCA: hue angle of 149.42º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97FFCA is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB151255202-
CMYK0.4100.210
HSL149.42º100%79.61%-
HSV(B)149.42º40.78%100%-
XYZ59.1882.3668.66-
YUV217.86119.0480.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.84%
GREEN value IS 255 (100% from 255) = 41.94%
BLUE value IS 202 (79.30% from 255) = 33.22%
R=24.84%
G=41.94%
B=33.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1512552020.4100.210149.4210079.61
Hex97FFCA290150956450
Octal227377312510250225144120
Binary10010111111111111100101010100101010101001010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,255,202); }

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

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

 a { background-color: rgb(151,255,202); }

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

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

 span { border-color: rgb(151,255,202); }

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