#9AFCE3

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

Shades of Magic Mint #9AFCE3

Tints of Magic Mint #9AFCE3

Color information

#9AFCE3 (or 0x9AFCE3) is unknown color: approx Magic Mint. HEX triplet: 9A, FC and E3. RGB value is (154,252,227). Sum of RGB (Red+Green+Blue) = 154+252+227=633 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.33% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 227 (89.06% from 255 or 35.86% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFCE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFCE3 is #65031C. Grayscale: #DBDBDB. Windows color (decimal): -6619933 or 14941338. OLE color: 14941338.

HSL color Cylindrical-coordinate representation of color #9AFCE3: hue angle of 164.69º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFCE3 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB154252227-
CMYK0.3900.100.01
HSL164.69º94.23%79.61%-
HSV(B)164.69º38.89%98.82%-
XYZ6282.0485.24-
YUV219.85132.0381.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.33%
GREEN value IS 252 (98.83% from 255) = 39.81%
BLUE value IS 227 (89.06% from 255) = 35.86%
R=24.33%
G=39.81%
B=35.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542522270.3900.100.01164.6994.2379.61
Hex9AFCE3270A1a55e50
Octal232374343470121245136120
Binary1001101011111100111000111001110101011010010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,252,227); }

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

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

 a { background-color: rgb(154,252,227); }

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

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

 span { border-color: rgb(154,252,227); }

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