#9BF0C4

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

Shades of Magic Mint #9BF0C4

Tints of Magic Mint #9BF0C4

Color information

#9BF0C4 (or 0x9BF0C4) is unknown color: approx Magic Mint. HEX triplet: 9B, F0 and C4. RGB value is (155,240,196). Sum of RGB (Red+Green+Blue) = 155+240+196=591 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.23% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF0C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF0C4 is #640F3B. Grayscale: #D1D1D1. Windows color (decimal): -6557500 or 12906651. OLE color: 12906651.

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

Color convert

RGB155240196-
CMYK0.3500.180.06
HSL148.94º73.91%77.45%-
HSV(B)148.94º35.42%94.12%-
XYZ54.6473.2763.49-
YUV209.57120.3489.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.23%
GREEN value IS 240 (94.14% from 255) = 40.61%
BLUE value IS 196 (76.95% from 255) = 33.16%
R=26.23%
G=40.61%
B=33.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552401960.3500.180.06148.9473.9177.45
Hex9BF0C4230126954a4d
Octal233360304430226225112115
Binary1001101111110000110001001000110100101101001010110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,240,196); }

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

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

 a { background-color: rgb(155,240,196); }

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

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

 span { border-color: rgb(155,240,196); }

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