#9BF2CC

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

Shades of Magic Mint #9BF2CC

Tints of Magic Mint #9BF2CC

Color information

#9BF2CC (or 0x9BF2CC) is unknown color: approx Magic Mint. HEX triplet: 9B, F2 and CC. RGB value is (155,242,204). Sum of RGB (Red+Green+Blue) = 155+242+204=601 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.79% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF2CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF2CC is #640D33. Grayscale: #D3D3D3. Windows color (decimal): -6556980 or 13431451. OLE color: 13431451.

HSL color Cylindrical-coordinate representation of color #9BF2CC: hue angle of 153.79º degrees, saturation: 0.77, 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 #9BF2CC is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB155242204-
CMYK0.3600.160.05
HSL153.79º76.99%77.84%-
HSV(B)153.79º35.95%94.9%-
XYZ56.1774.8368.61-
YUV211.66123.6887.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.79%
GREEN value IS 242 (94.92% from 255) = 40.27%
BLUE value IS 204 (80.08% from 255) = 33.94%
R=25.79%
G=40.27%
B=33.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552422040.3600.160.05153.7976.9977.84
Hex9BF2CC2401059a4d4e
Octal233362314440205232115116
Binary1001101111110010110011001001000100001011001101010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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