#9FE8CC

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

Shades of Magic Mint #9FE8CC

Tints of Magic Mint #9FE8CC

Color information

#9FE8CC (or 0x9FE8CC) is unknown color: approx Magic Mint. HEX triplet: 9F, E8 and CC. RGB value is (159,232,204). Sum of RGB (Red+Green+Blue) = 159+232+204=595 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.72% from 595); Green value is 232 (91.02% from 255 or 38.99% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 232 - color contains mainly: green. Hex color #9FE8CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE8CC is #601733. Grayscale: #CFCFCF. Windows color (decimal): -6297396 or 13428895. OLE color: 13428895.

HSL color Cylindrical-coordinate representation of color #9FE8CC: hue angle of 156.99º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE8CC is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB159232204-
CMYK0.3100.120.09
HSL156.99º61.34%76.67%-
HSV(B)156.99º31.47%90.98%-
XYZ54.0569.4467.68-
YUV206.98126.3293.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.72%
GREEN value IS 232 (91.02% from 255) = 38.99%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=26.72%
G=38.99%
B=34.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1592322040.3100.120.09156.9961.3476.67
Hex9FE8CC1F0C99d3d4d
Octal237350314370141123575115
Binary10011111111010001100110011111011001001100111011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,232,204); }

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

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

 a { background-color: rgb(159,232,204); }

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

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

 span { border-color: rgb(159,232,204); }

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