#9EFFCA

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

Shades of Magic Mint #9EFFCA

Tints of Magic Mint #9EFFCA

Color information

#9EFFCA (or 0x9EFFCA) is unknown color: approx Magic Mint. HEX triplet: 9E, FF and CA. RGB value is (158,255,202). Sum of RGB (Red+Green+Blue) = 158+255+202=615 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.69% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFCA is #610035. Grayscale: #DCDCDC. Windows color (decimal): -6357046 or 13303710. OLE color: 13303710.

HSL color Cylindrical-coordinate representation of color #9EFFCA: hue angle of 147.22º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFFCA is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB158255202-
CMYK0.3800.210
HSL147.22º100%80.98%-
HSV(B)147.22º38.04%100%-
XYZ60.5283.0568.72-
YUV219.96117.8683.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.69%
GREEN value IS 255 (100% from 255) = 41.46%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=25.69%
G=41.46%
B=32.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582552020.3800.210147.2210080.98
Hex9EFFCA260150936451
Octal236377312460250223144121
Binary10011110111111111100101010011001010101001001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,255,202); }

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

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

 a { background-color: rgb(158,255,202); }

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

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

 span { border-color: rgb(158,255,202); }

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