#9AFCDA

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

Shades of Magic Mint #9AFCDA

Tints of Magic Mint #9AFCDA

Color information

#9AFCDA (or 0x9AFCDA) is unknown color: approx Magic Mint. HEX triplet: 9A, FC and DA. RGB value is (154,252,218). Sum of RGB (Red+Green+Blue) = 154+252+218=624 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.68% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFCDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFCDA is #650325. Grayscale: #DADADA. Windows color (decimal): -6619942 or 14351514. OLE color: 14351514.

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

Color convert

RGB154252218-
CMYK0.3900.130.01
HSL159.18º94.23%79.61%-
HSV(B)159.18º38.89%98.82%-
XYZ60.7981.5578.87-
YUV218.82127.5381.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.68%
GREEN value IS 252 (98.83% from 255) = 40.38%
BLUE value IS 218 (85.55% from 255) = 34.94%
R=24.68%
G=40.38%
B=34.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542522180.3900.130.01159.1894.2379.61
Hex9AFCDA270D19f5e50
Octal232374332470151237136120
Binary1001101011111100110110101001110110111001111110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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