#9AFBE0

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

Shades of Magic Mint #9AFBE0

Tints of Magic Mint #9AFBE0

Color information

#9AFBE0 (or 0x9AFBE0) is unknown color: approx Magic Mint. HEX triplet: 9A, FB and E0. RGB value is (154,251,224). Sum of RGB (Red+Green+Blue) = 154+251+224=629 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.48% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFBE0 is #65041F. Grayscale: #DADADA. Windows color (decimal): -6620192 or 14744474. OLE color: 14744474.

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

Color convert

RGB154251224-
CMYK0.3900.110.02
HSL163.3º92.38%79.41%-
HSV(B)163.3º38.65%98.43%-
XYZ61.2881.2582.97-
YUV218.92130.8681.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.48%
GREEN value IS 251 (98.44% from 255) = 39.90%
BLUE value IS 224 (87.89% from 255) = 35.61%
R=24.48%
G=39.90%
B=35.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542512240.3900.110.02163.392.3879.41
Hex9AFBE0270B2a35c4f
Octal232373340470132243134117
Binary10011010111110111110000010011101011101010001110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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