#9BF4CC

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

Shades of Magic Mint #9BF4CC

Tints of Magic Mint #9BF4CC

Color information

#9BF4CC (or 0x9BF4CC) is unknown color: approx Magic Mint. HEX triplet: 9B, F4 and CC. RGB value is (155,244,204). Sum of RGB (Red+Green+Blue) = 155+244+204=603 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.70% from 603); Green value is 244 (95.70% from 255 or 40.46% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 244 - color contains mainly: green. Hex color #9BF4CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF4CC is #640B33. Grayscale: #D4D4D4. Windows color (decimal): -6556468 or 13431963. OLE color: 13431963.

HSL color Cylindrical-coordinate representation of color #9BF4CC: hue angle of 153.03º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF4CC is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB155244204-
CMYK0.3600.160.04
HSL153.03º80.18%78.24%-
HSV(B)153.03º36.48%95.69%-
XYZ56.7776.0368.81-
YUV212.83123.0186.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.70%
GREEN value IS 244 (95.70% from 255) = 40.46%
BLUE value IS 204 (80.08% from 255) = 33.83%
R=25.70%
G=40.46%
B=33.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1552442040.3600.160.04153.0380.1878.24
Hex9BF4CC24010499504e
Octal233364314440204231120116
Binary1001101111110100110011001001000100001001001100110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,244,204); }

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

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

 a { background-color: rgb(155,244,204); }

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

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

 span { border-color: rgb(155,244,204); }

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