#9CF3BE

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

Shades of Magic Mint #9CF3BE

Tints of Magic Mint #9CF3BE

Color information

#9CF3BE (or 0x9CF3BE) is unknown color: approx Magic Mint. HEX triplet: 9C, F3 and BE. RGB value is (156,243,190). Sum of RGB (Red+Green+Blue) = 156+243+190=589 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.49% from 589); Green value is 243 (95.31% from 255 or 41.26% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 243 - color contains mainly: green. Hex color #9CF3BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF3BE is #630C41. Grayscale: #D3D3D3. Windows color (decimal): -6491202 or 12514204. OLE color: 12514204.

HSL color Cylindrical-coordinate representation of color #9CF3BE: hue angle of 143.45º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CF3BE is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB156243190-
CMYK0.3600.220.05
HSL143.45º78.38%78.24%-
HSV(B)143.45º35.8%95.29%-
XYZ55.0674.8960.27-
YUV210.94116.1888.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.49%
GREEN value IS 243 (95.31% from 255) = 41.26%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=26.49%
G=41.26%
B=32.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1562431900.3600.220.05143.4578.3878.24
Hex9CF3BE2401658f4e4e
Octal234363276440265217116116
Binary1001110011110011101111101001000101101011000111110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,243,190); }

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

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

 a { background-color: rgb(156,243,190); }

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

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

 span { border-color: rgb(156,243,190); }

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