#9AFBCB

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

Shades of Magic Mint #9AFBCB

Tints of Magic Mint #9AFBCB

Color information

#9AFBCB (or 0x9AFBCB) is unknown color: approx Magic Mint. HEX triplet: 9A, FB and CB. RGB value is (154,251,203). Sum of RGB (Red+Green+Blue) = 154+251+203=608 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.33% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFBCB is #650434. Grayscale: #D8D8D8. Windows color (decimal): -6620213 or 13368218. OLE color: 13368218.

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

Color convert

RGB154251203-
CMYK0.3900.190.02
HSL150.31º92.38%79.41%-
HSV(B)150.31º38.65%98.43%-
XYZ58.680.1868.89-
YUV216.52120.3683.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.33%
GREEN value IS 251 (98.44% from 255) = 41.28%
BLUE value IS 203 (79.69% from 255) = 33.39%
R=25.33%
G=41.28%
B=33.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542512030.3900.190.02150.3192.3879.41
Hex9AFBCB270132965c4f
Octal232373313470232226134117
Binary100110101111101111001011100111010011101001011010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,251,203); }

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

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

 a { background-color: rgb(154,251,203); }

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

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

 span { border-color: rgb(154,251,203); }

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