#9AFBD4

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

Shades of Magic Mint #9AFBD4

Tints of Magic Mint #9AFBD4

Color information

#9AFBD4 (or 0x9AFBD4) is unknown color: approx Magic Mint. HEX triplet: 9A, FB and D4. RGB value is (154,251,212). Sum of RGB (Red+Green+Blue) = 154+251+212=617 (81% of max value = 765). Red value is 154 (60.55% from 255 or 24.96% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFBD4 is #65042B. Grayscale: #D9D9D9. Windows color (decimal): -6620204 or 13958042. OLE color: 13958042.

HSL color Cylindrical-coordinate representation of color #9AFBD4: hue angle of 155.88º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFBD4 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB154251212-
CMYK0.3900.160.02
HSL155.88º92.38%79.41%-
HSV(B)155.88º38.65%98.43%-
XYZ59.7180.6274.7-
YUV217.55124.8682.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.96%
GREEN value IS 251 (98.44% from 255) = 40.68%
BLUE value IS 212 (83.20% from 255) = 34.36%
R=24.96%
G=40.68%
B=34.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542512120.3900.160.02155.8892.3879.41
Hex9AFBD42701029c5c4f
Octal232373324470202234134117
Binary100110101111101111010100100111010000101001110010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,251,212); }

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

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

 a { background-color: rgb(154,251,212); }

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

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

 span { border-color: rgb(154,251,212); }

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