#96FACF

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

Shades of Magic Mint #96FACF

Tints of Magic Mint #96FACF

Color information

#96FACF (or 0x96FACF) is unknown color: approx Magic Mint. HEX triplet: 96, FA and CF. RGB value is (150,250,207). Sum of RGB (Red+Green+Blue) = 150+250+207=607 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.71% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #96FACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FACF is #690530. Grayscale: #D7D7D7. Windows color (decimal): -6882609 or 13630102. OLE color: 13630102.

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

Color convert

RGB150250207-
CMYK0.400.170.02
HSL154.2º90.91%78.43%-
HSV(B)154.2º40%98.04%-
XYZ58.0379.3671.29-
YUV215.2123.3781.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.71%
GREEN value IS 250 (98.05% from 255) = 41.19%
BLUE value IS 207 (81.25% from 255) = 34.10%
R=24.71%
G=41.19%
B=34.10%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502502070.400.170.02154.290.9178.43
Hex96FACF2801129a5b4e
Octal226372317500212232133116
Binary100101101111101011001111101000010001101001101010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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