#9AFCD6

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

Shades of Magic Mint #9AFCD6

Tints of Magic Mint #9AFCD6

Color information

#9AFCD6 (or 0x9AFCD6) is unknown color: approx Magic Mint. HEX triplet: 9A, FC and D6. RGB value is (154,252,214). Sum of RGB (Red+Green+Blue) = 154+252+214=620 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.84% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFCD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFCD6 is #650329. Grayscale: #DADADA. Windows color (decimal): -6619946 or 14089370. OLE color: 14089370.

HSL color Cylindrical-coordinate representation of color #9AFCD6: hue angle of 156.73º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFCD6 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB154252214-
CMYK0.3900.150.01
HSL156.73º94.23%79.61%-
HSV(B)156.73º38.89%98.82%-
XYZ60.2781.3576.14-
YUV218.37125.5382.09-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.84%
GREEN value IS 252 (98.83% from 255) = 40.65%
BLUE value IS 214 (83.98% from 255) = 34.52%
R=24.84%
G=40.65%
B=34.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542522140.3900.150.01156.7394.2379.61
Hex9AFCD6270F19d5e50
Octal232374326470171235136120
Binary1001101011111100110101101001110111111001110110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,252,214); }

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

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

 a { background-color: rgb(154,252,214); }

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

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

 span { border-color: rgb(154,252,214); }

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