#99FDCE

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

Shades of Magic Mint #99FDCE

Tints of Magic Mint #99FDCE

Color information

#99FDCE (or 0x99FDCE) is unknown color: approx Magic Mint. HEX triplet: 99, FD and CE. RGB value is (153,253,206). Sum of RGB (Red+Green+Blue) = 153+253+206=612 (81% of max value = 765). Red value is 153 (60.16% from 255 or 25% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #99FDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FDCE is #660231. Grayscale: #D9D9D9. Windows color (decimal): -6685234 or 13565337. OLE color: 13565337.

HSL color Cylindrical-coordinate representation of color #99FDCE: hue angle of 151.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FDCE is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB153253206-
CMYK0.4000.190.01
HSL151.8º96.15%79.61%-
HSV(B)151.8º39.53%99.22%-
XYZ59.481.4870.99-
YUV217.74121.3781.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25%
GREEN value IS 253 (99.22% from 255) = 41.34%
BLUE value IS 206 (80.86% from 255) = 33.66%
R=25%
G=41.34%
B=33.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1532532060.4000.190.01151.896.1579.61
Hex99FDCE280131986050
Octal231375316500231230140120
Binary10011001111111011100111010100001001111001100011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,253,206); }

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

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

 a { background-color: rgb(153,253,206); }

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

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

 span { border-color: rgb(153,253,206); }

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