#9AFDC8

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

Shades of Magic Mint #9AFDC8

Tints of Magic Mint #9AFDC8

Color information

#9AFDC8 (or 0x9AFDC8) is unknown color: approx Magic Mint. HEX triplet: 9A, FD and C8. RGB value is (154,253,200). Sum of RGB (Red+Green+Blue) = 154+253+200=607 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.37% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFDC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFDC8 is #650237. Grayscale: #D9D9D9. Windows color (decimal): -6619704 or 13172122. OLE color: 13172122.

HSL color Cylindrical-coordinate representation of color #9AFDC8: hue angle of 147.88º degrees, saturation: 0.96, 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 #9AFDC8 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB154253200-
CMYK0.3900.210.01
HSL147.88º96.12%79.8%-
HSV(B)147.88º39.13%99.22%-
XYZ58.8881.2967.23-
YUV217.36118.282.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.37%
GREEN value IS 253 (99.22% from 255) = 41.68%
BLUE value IS 200 (78.52% from 255) = 32.95%
R=25.37%
G=41.68%
B=32.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542532000.3900.210.01147.8896.1279.8
Hex9AFDC8270151946050
Octal232375310470251224140120
Binary10011010111111011100100010011101010111001010011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,253,200); }

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

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

 a { background-color: rgb(154,253,200); }

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

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

 span { border-color: rgb(154,253,200); }

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