#99F8CC

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

Shades of Magic Mint #99F8CC

Tints of Magic Mint #99F8CC

Color information

#99F8CC (or 0x99F8CC) is unknown color: approx Magic Mint. HEX triplet: 99, F8 and CC. RGB value is (153,248,204). Sum of RGB (Red+Green+Blue) = 153+248+204=605 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.29% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #99F8CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F8CC is #660733. Grayscale: #D6D6D6. Windows color (decimal): -6686516 or 13432985. OLE color: 13432985.

HSL color Cylindrical-coordinate representation of color #99F8CC: hue angle of 152.21º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99F8CC is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB153248204-
CMYK0.3800.180.03
HSL152.21º87.16%78.63%-
HSV(B)152.21º38.31%97.25%-
XYZ57.678.2769.2-
YUV214.58122.0384.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.29%
GREEN value IS 248 (97.27% from 255) = 40.99%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=25.29%
G=40.99%
B=33.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1532482040.3800.180.03152.2187.1678.63
Hex99F8CC26012398574f
Octal231370314460223230127117
Binary100110011111100011001100100110010010111001100010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,248,204); }

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

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

 a { background-color: rgb(153,248,204); }

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

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

 span { border-color: rgb(153,248,204); }

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