#9AFCD3

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

Shades of Magic Mint #9AFCD3

Tints of Magic Mint #9AFCD3

Color information

#9AFCD3 (or 0x9AFCD3) is unknown color: approx Magic Mint. HEX triplet: 9A, FC and D3. RGB value is (154,252,211). Sum of RGB (Red+Green+Blue) = 154+252+211=617 (81% of max value = 765). Red value is 154 (60.55% from 255 or 24.96% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFCD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFCD3 is #65032C. Grayscale: #DADADA. Windows color (decimal): -6619949 or 13892762. OLE color: 13892762.

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

Color convert

RGB154252211-
CMYK0.3900.160.01
HSL154.9º94.23%79.61%-
HSV(B)154.9º38.89%98.82%-
XYZ59.8981.1974.14-
YUV218.02124.0382.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.96%
GREEN value IS 252 (98.83% from 255) = 40.84%
BLUE value IS 211 (82.81% from 255) = 34.20%
R=24.96%
G=40.84%
B=34.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542522110.3900.160.01154.994.2379.61
Hex9AFCD32701019b5e50
Octal232374323470201233136120
Binary10011010111111001101001110011101000011001101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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