#9CFEE5

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

Shades of Magic Mint #9CFEE5

Tints of Magic Mint #9CFEE5

Color information

#9CFEE5 (or 0x9CFEE5) is unknown color: approx Magic Mint. HEX triplet: 9C, FE and E5. RGB value is (156,254,229). Sum of RGB (Red+Green+Blue) = 156+254+229=639 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.41% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #9CFEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFEE5 is #63011A. Grayscale: #DDDDDD. Windows color (decimal): -6488347 or 15072924. OLE color: 15072924.

HSL color Cylindrical-coordinate representation of color #9CFEE5: hue angle of 164.69º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CFEE5 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB156254229-
CMYK0.3900.100.00
HSL164.69º98%80.39%-
HSV(B)164.69º38.58%99.61%-
XYZ63.2983.6186.93-
YUV221.85132.0381.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.41%
GREEN value IS 254 (99.61% from 255) = 39.75%
BLUE value IS 229 (89.84% from 255) = 35.84%
R=24.41%
G=39.75%
B=35.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1562542290.3900.100.00164.699880.39
Hex9CFEE5270A0a56250
Octal234376345470120245142120
Binary1001110011111110111001011001110101001010010111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,254,229); }

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

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

 a { background-color: rgb(156,254,229); }

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

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

 span { border-color: rgb(156,254,229); }

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