#99EFC8

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

Shades of Magic Mint #99EFC8

Tints of Magic Mint #99EFC8

Color information

#99EFC8 (or 0x99EFC8) is unknown color: approx Magic Mint. HEX triplet: 99, EF and C8. RGB value is (153,239,200). Sum of RGB (Red+Green+Blue) = 153+239+200=592 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.84% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EFC8 is #661037. Grayscale: #D0D0D0. Windows color (decimal): -6688824 or 13168537. OLE color: 13168537.

HSL color Cylindrical-coordinate representation of color #99EFC8: hue angle of 152.79º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EFC8 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB153239200-
CMYK0.3600.160.06
HSL152.79º72.88%76.86%-
HSV(B)152.79º35.98%93.73%-
XYZ54.4372.6865.8-
YUV208.84123.0188.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.84%
GREEN value IS 239 (93.75% from 255) = 40.37%
BLUE value IS 200 (78.52% from 255) = 33.78%
R=25.84%
G=40.37%
B=33.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1532392000.3600.160.06152.7972.8876.86
Hex99EFC824010699494d
Octal231357310440206231111115
Binary1001100111101111110010001001000100001101001100110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,239,200); }

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

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

 a { background-color: rgb(153,239,200); }

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

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

 span { border-color: rgb(153,239,200); }

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