#9CFBE3

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

Shades of Magic Mint #9CFBE3

Tints of Magic Mint #9CFBE3

Color information

#9CFBE3 (or 0x9CFBE3) is unknown color: approx Magic Mint. HEX triplet: 9C, FB and E3. RGB value is (156,251,227). Sum of RGB (Red+Green+Blue) = 156+251+227=634 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.61% from 634); Green value is 251 (98.44% from 255 or 39.59% from 634); Blue value is 227 (89.06% from 255 or 35.80% from 634); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFBE3 is #63041C. Grayscale: #DBDBDB. Windows color (decimal): -6489117 or 14941084. OLE color: 14941084.

HSL color Cylindrical-coordinate representation of color #9CFBE3: hue angle of 164.84º 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 #9CFBE3 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB156251227-
CMYK0.3800.100.02
HSL164.84º92.23%79.8%-
HSV(B)164.84º37.85%98.43%-
XYZ62.0781.6185.15-
YUV219.86132.0382.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.61%
GREEN value IS 251 (98.44% from 255) = 39.59%
BLUE value IS 227 (89.06% from 255) = 35.80%
R=24.61%
G=39.59%
B=35.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562512270.3800.100.02164.8492.2379.8
Hex9CFBE3260A2a55c50
Octal234373343460122245134120
Binary10011100111110111110001110011001010101010010110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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