#9AFACF

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

Shades of Magic Mint #9AFACF

Tints of Magic Mint #9AFACF

Color information

#9AFACF (or 0x9AFACF) is unknown color: approx Magic Mint. HEX triplet: 9A, FA and CF. RGB value is (154,250,207). Sum of RGB (Red+Green+Blue) = 154+250+207=611 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.20% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFACF is #650530. Grayscale: #D8D8D8. Windows color (decimal): -6620465 or 13630106. OLE color: 13630106.

HSL color Cylindrical-coordinate representation of color #9AFACF: hue angle of 153.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 #9AFACF is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB154250207-
CMYK0.3800.170.02
HSL153.12º90.57%79.22%-
HSV(B)153.12º38.4%98.04%-
XYZ58.7779.7571.33-
YUV216.39122.783.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.20%
GREEN value IS 250 (98.05% from 255) = 40.92%
BLUE value IS 207 (81.25% from 255) = 33.88%
R=25.20%
G=40.92%
B=33.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542502070.3800.170.02153.1290.5779.22
Hex9AFACF260112995b4f
Octal232372317460212231133117
Binary100110101111101011001111100110010001101001100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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