#96f0cf

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

Shades of Magic Mint #96F0CF

Tints of Magic Mint #96F0CF

Color information

#96F0CF (or 0x96F0CF) is unknown color: approx Magic Mint. HEX triplet: 96, F0 and CF. RGB value is (150,240,207). Sum of RGB (Red+Green+Blue) = 150+240+207=597 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.13% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #96F0CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F0CF is #690F30. Grayscale: #D1D1D1. Windows color (decimal): -6885169 or 13627542. OLE color: 13627542.

HSL color Cylindrical-coordinate representation of color #96F0CF: hue angle of 158º 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 #96F0CF is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB150240207-
CMYK0.3700.140.06
HSL158º75%76.47%-
HSV(B)158º37.5%94.12%-
XYZ5573.3170.28-
YUV209.33126.6885.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.13%
GREEN value IS 240 (94.14% from 255) = 40.20%
BLUE value IS 207 (81.25% from 255) = 34.67%
R=25.13%
G=40.20%
B=34.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502402070.3700.140.061587576.47
Hex96F0CF250E69e4b4c
Octal226360317450166236113114
Binary100101101111000011001111100101011101101001111010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96f0cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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