#9FE4C4

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

Shades of Magic Mint #9FE4C4

Tints of Magic Mint #9FE4C4

Color information

#9FE4C4 (or 0x9FE4C4) is unknown color: approx Magic Mint. HEX triplet: 9F, E4 and C4. RGB value is (159,228,196). Sum of RGB (Red+Green+Blue) = 159+228+196=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 228 (89.45% from 255 or 39.11% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE4C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE4C4 is #601B3B. Grayscale: #CBCBCB. Windows color (decimal): -6298428 or 12903583. OLE color: 12903583.

HSL color Cylindrical-coordinate representation of color #9FE4C4: hue angle of 152.17º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FE4C4 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB159228196-
CMYK0.3000.140.11
HSL152.17º56.1%75.88%-
HSV(B)152.17º30.26%89.41%-
XYZ52.0166.8462.39-
YUV203.72123.6496.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.27%
GREEN value IS 228 (89.45% from 255) = 39.11%
BLUE value IS 196 (76.95% from 255) = 33.62%
R=27.27%
G=39.11%
B=33.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1592281960.3000.140.11152.1756.175.88
Hex9FE4C41E0EB98384c
Octal237344304360161323070114
Binary10011111111001001100010011110011101011100110001110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,228,196); }

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

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

 a { background-color: rgb(159,228,196); }

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

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

 span { border-color: rgb(159,228,196); }

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