#9AFEDD

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

Shades of Magic Mint #9AFEDD

Tints of Magic Mint #9AFEDD

Color information

#9AFEDD (or 0x9AFEDD) is unknown color: approx Magic Mint. HEX triplet: 9A, FE and DD. RGB value is (154,254,221). Sum of RGB (Red+Green+Blue) = 154+254+221=629 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.48% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFEDD is #650122. Grayscale: #DCDCDC. Windows color (decimal): -6619427 or 14548634. OLE color: 14548634.

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

Color convert

RGB154254221-
CMYK0.3900.130.00
HSL160.2º98.04%80%-
HSV(B)160.2º39.37%99.61%-
XYZ61.8282.9781.16-
YUV220.34128.3780.68-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.48%
GREEN value IS 254 (99.61% from 255) = 40.38%
BLUE value IS 221 (86.72% from 255) = 35.14%
R=24.48%
G=40.38%
B=35.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1542542210.3900.130.00160.298.0480
Hex9AFEDD270D0a06250
Octal232376335470150240142120
Binary1001101011111110110111011001110110101010000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,254,221); }

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

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

 a { background-color: rgb(154,254,221); }

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

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

 span { border-color: rgb(154,254,221); }

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