#9AF8D3

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

Shades of Magic Mint #9AF8D3

Tints of Magic Mint #9AF8D3

Color information

#9AF8D3 (or 0x9AF8D3) is unknown color: approx Magic Mint. HEX triplet: 9A, F8 and D3. RGB value is (154,248,211). Sum of RGB (Red+Green+Blue) = 154+248+211=613 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.12% from 613); Green value is 248 (97.27% from 255 or 40.46% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF8D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF8D3 is #65072C. Grayscale: #D7D7D7. Windows color (decimal): -6620973 or 13891738. OLE color: 13891738.

HSL color Cylindrical-coordinate representation of color #9AF8D3: hue angle of 156.38º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AF8D3 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB154248211-
CMYK0.3800.150.03
HSL156.38º87.04%78.82%-
HSV(B)156.38º37.9%97.25%-
XYZ58.6578.7173.73-
YUV215.68125.3684.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.12%
GREEN value IS 248 (97.27% from 255) = 40.46%
BLUE value IS 211 (82.81% from 255) = 34.42%
R=25.12%
G=40.46%
B=34.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1542482110.3800.150.03156.3887.0478.82
Hex9AF8D3260F39c574f
Octal232370323460173234127117
Binary10011010111110001101001110011001111111001110010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,248,211); }

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

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

 a { background-color: rgb(154,248,211); }

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

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

 span { border-color: rgb(154,248,211); }

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