#9AF3DE

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

Shades of Magic Mint #9AF3DE

Tints of Magic Mint #9AF3DE

Color information

#9AF3DE (or 0x9AF3DE) is unknown color: approx Magic Mint. HEX triplet: 9A, F3 and DE. RGB value is (154,243,222). Sum of RGB (Red+Green+Blue) = 154+243+222=619 (81% of max value = 765). Red value is 154 (60.55% from 255 or 24.88% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 243 - color contains mainly: green. Hex color #9AF3DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF3DE is #650C21. Grayscale: #D5D5D5. Windows color (decimal): -6622242 or 14611354. OLE color: 14611354.

HSL color Cylindrical-coordinate representation of color #9AF3DE: hue angle of 165.84º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AF3DE is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB154243222-
CMYK0.3700.090.05
HSL165.84º78.76%77.84%-
HSV(B)165.84º36.63%95.29%-
XYZ58.5676.2580.74-
YUV213.99132.5185.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.88%
GREEN value IS 243 (95.31% from 255) = 39.26%
BLUE value IS 222 (87.11% from 255) = 35.86%
R=24.88%
G=39.26%
B=35.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542432220.3700.090.05165.8478.7677.84
Hex9AF3DE25095a64f4e
Octal232363336450115246117116
Binary100110101111001111011110100101010011011010011010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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