#99FCBF

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

Shades of Magic Mint #99FCBF

Tints of Magic Mint #99FCBF

Color information

#99FCBF (or 0x99FCBF) is unknown color: approx Magic Mint. HEX triplet: 99, FC and BF. RGB value is (153,252,191). Sum of RGB (Red+Green+Blue) = 153+252+191=596 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.67% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #99FCBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FCBF is #660340. Grayscale: #D7D7D7. Windows color (decimal): -6685505 or 12582041. OLE color: 12582041.

HSL color Cylindrical-coordinate representation of color #99FCBF: hue angle of 143.03º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99FCBF is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB153252191-
CMYK0.3900.240.01
HSL143.03º94.29%79.41%-
HSV(B)143.03º39.29%98.82%-
XYZ57.3580.1561.74-
YUV215.44114.283.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.67%
GREEN value IS 252 (98.83% from 255) = 42.28%
BLUE value IS 191 (75% from 255) = 32.05%
R=25.67%
G=42.28%
B=32.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1532521910.3900.240.01143.0394.2979.41
Hex99FCBF2701818f5e4f
Octal231374277470301217136117
Binary10011001111111001011111110011101100011000111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99FCBF; }

 p { color: rgb(153,252,191); }

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

<style>
 a { background-color: #99FCBF; }

 a { background-color: rgb(153,252,191); }

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

<style>
 span { border-color: #99FCBF; }

 span { border-color: rgb(153,252,191); }

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