#9AFFDE

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

Shades of Magic Mint #9AFFDE

Tints of Magic Mint #9AFFDE

Color information

#9AFFDE (or 0x9AFFDE) is unknown color: approx Magic Mint. HEX triplet: 9A, FF and DE. RGB value is (154,255,222). Sum of RGB (Red+Green+Blue) = 154+255+222=631 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.41% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFFDE is #650021. Grayscale: #DDDDDD. Windows color (decimal): -6619170 or 14614426. OLE color: 14614426.

HSL color Cylindrical-coordinate representation of color #9AFFDE: hue angle of 160.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AFFDE is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB154255222-
CMYK0.4000.130
HSL160.4º100%80.2%-
HSV(B)160.4º39.61%100%-
XYZ62.2783.6681.97-
YUV221.04128.5480.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.41%
GREEN value IS 255 (100% from 255) = 40.41%
BLUE value IS 222 (87.11% from 255) = 35.18%
R=24.41%
G=40.41%
B=35.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542552220.4000.130160.410080.2
Hex9AFFDE280D0a06450
Octal232377336500150240144120
Binary1001101011111111110111101010000110101010000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,255,222); }

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

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

 a { background-color: rgb(154,255,222); }

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

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

 span { border-color: rgb(154,255,222); }

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