#9FEFCA

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

Shades of Magic Mint #9FEFCA

Tints of Magic Mint #9FEFCA

Color information

#9FEFCA (or 0x9FEFCA) is unknown color: approx Magic Mint. HEX triplet: 9F, EF and CA. RGB value is (159,239,202). Sum of RGB (Red+Green+Blue) = 159+239+202=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 239 (93.75% from 255 or 39.83% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFCA is #601035. Grayscale: #D2D2D2. Windows color (decimal): -6295606 or 13299615. OLE color: 13299615.

HSL color Cylindrical-coordinate representation of color #9FEFCA: hue angle of 152.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEFCA is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB159239202-
CMYK0.3300.150.06
HSL152.25º71.43%78.04%-
HSV(B)152.25º33.47%93.73%-
XYZ55.8373.3767.1-
YUV210.8612391.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.5%
GREEN value IS 239 (93.75% from 255) = 39.83%
BLUE value IS 202 (79.30% from 255) = 33.67%
R=26.5%
G=39.83%
B=33.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592392020.3300.150.06152.2571.4378.04
Hex9FEFCA210F698474e
Octal237357312410176230107116
Binary100111111110111111001010100001011111101001100010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,239,202); }

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

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

 a { background-color: rgb(159,239,202); }

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

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

 span { border-color: rgb(159,239,202); }

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