#9BF1CD

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

Shades of Magic Mint #9BF1CD

Tints of Magic Mint #9BF1CD

Color information

#9BF1CD (or 0x9BF1CD) is unknown color: approx Magic Mint. HEX triplet: 9B, F1 and CD. RGB value is (155,241,205). Sum of RGB (Red+Green+Blue) = 155+241+205=601 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.79% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF1CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF1CD is #640E32. Grayscale: #D3D3D3. Windows color (decimal): -6557235 or 13496731. OLE color: 13496731.

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

Color convert

RGB155241205-
CMYK0.3600.150.05
HSL154.88º75.44%77.65%-
HSV(B)154.88º35.68%94.51%-
XYZ55.9974.2969.15-
YUV211.18124.5187.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.79%
GREEN value IS 241 (94.53% from 255) = 40.10%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=25.79%
G=40.10%
B=34.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552412050.3600.150.05154.8875.4477.65
Hex9BF1CD240F59b4b4e
Octal233361315440175233113116
Binary100110111111000111001101100100011111011001101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,241,205); }

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

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

 a { background-color: rgb(155,241,205); }

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

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

 span { border-color: rgb(155,241,205); }

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