#9CFDD8

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

Shades of Magic Mint #9CFDD8

Tints of Magic Mint #9CFDD8

Color information

#9CFDD8 (or 0x9CFDD8) is unknown color: approx Magic Mint. HEX triplet: 9C, FD and D8. RGB value is (156,253,216). Sum of RGB (Red+Green+Blue) = 156+253+216=625 (82% of max value = 765). Red value is 156 (61.33% from 255 or 24.96% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 216 (84.77% from 255 or 34.56% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFDD8 is #630227. Grayscale: #DBDBDB. Windows color (decimal): -6488616 or 14220700. OLE color: 14220700.

HSL color Cylindrical-coordinate representation of color #9CFDD8: hue angle of 157.11º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFDD8 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB156253216-
CMYK0.3800.150.01
HSL157.11º96.04%80.2%-
HSV(B)157.11º38.34%99.22%-
XYZ61.2382.2877.62-
YUV219.78125.8682.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.96%
GREEN value IS 253 (99.22% from 255) = 40.48%
BLUE value IS 216 (84.77% from 255) = 34.56%
R=24.96%
G=40.48%
B=34.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1562532160.3800.150.01157.1196.0480.2
Hex9CFDD8260F19d6050
Octal234375330460171235140120
Binary1001110011111101110110001001100111111001110111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,253,216); }

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

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

 a { background-color: rgb(156,253,216); }

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

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

 span { border-color: rgb(156,253,216); }

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