#99EFD5

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

Shades of Magic Mint #99EFD5

Tints of Magic Mint #99EFD5

Color information

#99EFD5 (or 0x99EFD5) is unknown color: approx Magic Mint. HEX triplet: 99, EF and D5. RGB value is (153,239,213). Sum of RGB (Red+Green+Blue) = 153+239+213=605 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.29% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EFD5 is #66102A. Grayscale: #D2D2D2. Windows color (decimal): -6688811 or 14020505. OLE color: 14020505.

HSL color Cylindrical-coordinate representation of color #99EFD5: hue angle of 161.86º 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 #99EFD5 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB153239213-
CMYK0.3600.110.06
HSL161.86º72.88%76.86%-
HSV(B)161.86º35.98%93.73%-
XYZ56.0173.3174.15-
YUV210.32129.5187.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.29%
GREEN value IS 239 (93.75% from 255) = 39.50%
BLUE value IS 213 (83.59% from 255) = 35.21%
R=25.29%
G=39.50%
B=35.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1532392130.3600.110.06161.8672.8876.86
Hex99EFD5240B6a2494d
Octal231357325440136242111115
Binary100110011110111111010101100100010111101010001010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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