#AEFFCB

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

Shades of Magic Mint #AEFFCB

Tints of Magic Mint #AEFFCB

Color information

#AEFFCB (or 0xAEFFCB) is unknown color: approx Magic Mint. HEX triplet: AE, FF and CB. RGB value is (174,255,203). Sum of RGB (Red+Green+Blue) = 174+255+203=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFCB is #510034. Grayscale: #E0E0E0. Windows color (decimal): -5308469 or 13369262. OLE color: 13369262.

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

Color convert

RGB174255203-
CMYK0.3200.200
HSL141.48º100%84.12%-
HSV(B)141.48º31.76%100%-
XYZ6484.8369.5-
YUV224.85115.6691.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.53%
GREEN value IS 255 (100% from 255) = 40.35%
BLUE value IS 203 (79.69% from 255) = 32.12%
R=27.53%
G=40.35%
B=32.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742552030.3200.200141.4810084.12
HexAEFFCB2001408d6454
Octal256377313400240215144124
Binary10101110111111111100101110000001010001000110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFFCB; }

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

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

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

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

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

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

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

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