#9EF2CC

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

Shades of Magic Mint #9EF2CC

Tints of Magic Mint #9EF2CC

Color information

#9EF2CC (or 0x9EF2CC) is unknown color: approx Magic Mint. HEX triplet: 9E, F2 and CC. RGB value is (158,242,204). Sum of RGB (Red+Green+Blue) = 158+242+204=604 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.16% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF2CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF2CC is #610D33. Grayscale: #D4D4D4. Windows color (decimal): -6360372 or 13431454. OLE color: 13431454.

HSL color Cylindrical-coordinate representation of color #9EF2CC: hue angle of 152.86º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EF2CC is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB158242204-
CMYK0.3500.160.05
HSL152.86º76.36%78.43%-
HSV(B)152.86º34.71%94.9%-
XYZ56.7575.1368.64-
YUV212.55123.1789.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.16%
GREEN value IS 242 (94.92% from 255) = 40.07%
BLUE value IS 204 (80.08% from 255) = 33.77%
R=26.16%
G=40.07%
B=33.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582422040.3500.160.05152.8676.3678.43
Hex9EF2CC230105994c4e
Octal236362314430205231114116
Binary1001111011110010110011001000110100001011001100110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EF2CC; }

 p { color: rgb(158,242,204); }

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

<style>
 a { background-color: #9EF2CC; }

 a { background-color: rgb(158,242,204); }

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

<style>
 span { border-color: #9EF2CC; }

 span { border-color: rgb(158,242,204); }

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