#9CFBDE

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

Shades of Magic Mint #9CFBDE

Tints of Magic Mint #9CFBDE

Color information

#9CFBDE (or 0x9CFBDE) is unknown color: approx Magic Mint. HEX triplet: 9C, FB and DE. RGB value is (156,251,222). Sum of RGB (Red+Green+Blue) = 156+251+222=629 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.80% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFBDE is #630421. Grayscale: #DBDBDB. Windows color (decimal): -6489122 or 14613404. OLE color: 14613404.

HSL color Cylindrical-coordinate representation of color #9CFBDE: hue angle of 161.68º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFBDE is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB156251222-
CMYK0.3800.120.02
HSL161.68º92.23%79.8%-
HSV(B)161.68º37.85%98.43%-
XYZ61.3981.3481.57-
YUV219.29129.5382.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.80%
GREEN value IS 251 (98.44% from 255) = 39.90%
BLUE value IS 222 (87.11% from 255) = 35.29%
R=24.80%
G=39.90%
B=35.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562512220.3800.120.02161.6892.2379.8
Hex9CFBDE260C2a25c50
Octal234373336460142242134120
Binary10011100111110111101111010011001100101010001010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,251,222); }

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

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

 a { background-color: rgb(156,251,222); }

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

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

 span { border-color: rgb(156,251,222); }

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