#9BFADD

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

Shades of Magic Mint #9BFADD

Tints of Magic Mint #9BFADD

Color information

#9BFADD (or 0x9BFADD) is unknown color: approx Magic Mint. HEX triplet: 9B, FA and DD. RGB value is (155,250,221). Sum of RGB (Red+Green+Blue) = 155+250+221=626 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.76% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFADD is #640522. Grayscale: #DADADA. Windows color (decimal): -6554915 or 14547611. OLE color: 14547611.

HSL color Cylindrical-coordinate representation of color #9BFADD: hue angle of 161.68º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFADD is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB155250221-
CMYK0.3800.120.02
HSL161.68º90.48%79.41%-
HSV(B)161.68º38%98.04%-
XYZ60.7580.5680.75-
YUV218.29129.5382.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.76%
GREEN value IS 250 (98.05% from 255) = 39.94%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=24.76%
G=39.94%
B=35.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552502210.3800.120.02161.6890.4879.41
Hex9BFADD260C2a25a4f
Octal233372335460142242132117
Binary10011011111110101101110110011001100101010001010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,250,221); }

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

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

 a { background-color: rgb(155,250,221); }

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

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

 span { border-color: rgb(155,250,221); }

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