#9CF0BC

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

Shades of Magic Mint #9CF0BC

Tints of Magic Mint #9CF0BC

Color information

#9CF0BC (or 0x9CF0BC) is unknown color: approx Magic Mint. HEX triplet: 9C, F0 and BC. RGB value is (156,240,188). Sum of RGB (Red+Green+Blue) = 156+240+188=584 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.71% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF0BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF0BC is #630F43. Grayscale: #D1D1D1. Windows color (decimal): -6491972 or 12382364. OLE color: 12382364.

HSL color Cylindrical-coordinate representation of color #9CF0BC: hue angle of 142.86º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CF0BC is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB156240188-
CMYK0.3500.220.06
HSL142.86º73.68%77.65%-
HSV(B)142.86º35%94.12%-
XYZ53.9573.0258.83-
YUV208.96116.1790.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.71%
GREEN value IS 240 (94.14% from 255) = 41.10%
BLUE value IS 188 (73.83% from 255) = 32.19%
R=26.71%
G=41.10%
B=32.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1562401880.3500.220.06142.8673.6877.65
Hex9CF0BC2301668f4a4e
Octal234360274430266217112116
Binary1001110011110000101111001000110101101101000111110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,240,188); }

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

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

 a { background-color: rgb(156,240,188); }

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

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

 span { border-color: rgb(156,240,188); }

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