#AEFECB

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

Shades of Magic Mint #AEFECB

Tints of Magic Mint #AEFECB

Color information

#AEFECB (or 0xAEFECB) is unknown color: approx Magic Mint. HEX triplet: AE, FE and CB. RGB value is (174,254,203). Sum of RGB (Red+Green+Blue) = 174+254+203=631 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.58% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFECB is #510134. Grayscale: #E0E0E0. Windows color (decimal): -5308725 or 13369006. OLE color: 13369006.

HSL color Cylindrical-coordinate representation of color #AEFECB: hue angle of 141.75º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFECB is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB174254203-
CMYK0.3100.200.00
HSL141.75º97.56%83.92%-
HSV(B)141.75º31.5%99.61%-
XYZ63.6884.1969.39-
YUV224.2711692.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.58%
GREEN value IS 254 (99.61% from 255) = 40.25%
BLUE value IS 203 (79.69% from 255) = 32.17%
R=27.58%
G=40.25%
B=32.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1742542030.3100.200.00141.7597.5683.92
HexAEFECB1F01408e6254
Octal256376313370240216142124
Binary1010111011111110110010111111101010001000111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFECB; }

 p { color: rgb(174,254,203); }

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

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

 a { background-color: rgb(174,254,203); }

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

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

 span { border-color: rgb(174,254,203); }

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