#9AFADF

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

Shades of Magic Mint #9AFADF

Tints of Magic Mint #9AFADF

Color information

#9AFADF (or 0x9AFADF) is unknown color: approx Magic Mint. HEX triplet: 9A, FA and DF. RGB value is (154,250,223). Sum of RGB (Red+Green+Blue) = 154+250+223=627 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.56% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFADF is #650520. Grayscale: #DADADA. Windows color (decimal): -6620449 or 14678682. OLE color: 14678682.

HSL color Cylindrical-coordinate representation of color #9AFADF: hue angle of 163.12º degrees, saturation: 0.91, 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 #9AFADF is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB154250223-
CMYK0.3800.110.02
HSL163.12º90.57%79.22%-
HSV(B)163.12º38.4%98.04%-
XYZ60.8380.5782.16-
YUV218.22130.782.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.56%
GREEN value IS 250 (98.05% from 255) = 39.87%
BLUE value IS 223 (87.5% from 255) = 35.57%
R=24.56%
G=39.87%
B=35.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542502230.3800.110.02163.1290.5779.22
Hex9AFADF260B2a35b4f
Octal232372337460132243133117
Binary10011010111110101101111110011001011101010001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,250,223); }

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

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

 a { background-color: rgb(154,250,223); }

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

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

 span { border-color: rgb(154,250,223); }

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