#96F0CA

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

Shades of Magic Mint #96F0CA

Tints of Magic Mint #96F0CA

Color information

#96F0CA (or 0x96F0CA) is unknown color: approx Magic Mint. HEX triplet: 96, F0 and CA. RGB value is (150,240,202). Sum of RGB (Red+Green+Blue) = 150+240+202=592 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.34% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #96F0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F0CA is #690F35. Grayscale: #D0D0D0. Windows color (decimal): -6885174 or 13299862. OLE color: 13299862.

HSL color Cylindrical-coordinate representation of color #96F0CA: hue angle of 154.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F0CA is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB150240202-
CMYK0.3700.160.06
HSL154.67º75%76.47%-
HSV(B)154.67º37.5%94.12%-
XYZ54.473.0767.11-
YUV208.76124.1886.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.34%
GREEN value IS 240 (94.14% from 255) = 40.54%
BLUE value IS 202 (79.30% from 255) = 34.12%
R=25.34%
G=40.54%
B=34.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502402020.3700.160.06154.677576.47
Hex96F0CA2501069b4b4c
Octal226360312450206233113114
Binary1001011011110000110010101001010100001101001101110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96F0CA; }

 p { color: rgb(150,240,202); }

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

<style>
 a { background-color: #96F0CA; }

 a { background-color: rgb(150,240,202); }

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

<style>
 span { border-color: #96F0CA; }

 span { border-color: rgb(150,240,202); }

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