#AFEBCC

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

Shades of Magic Mint #AFEBCC

Tints of Magic Mint #AFEBCC

Color information

#AFEBCC (or 0xAFEBCC) is unknown color: approx Magic Mint. HEX triplet: AF, EB and CC. RGB value is (175,235,204). Sum of RGB (Red+Green+Blue) = 175+235+204=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBCC is #501433. Grayscale: #D5D5D5. Windows color (decimal): -5248052 or 13429679. OLE color: 13429679.

HSL color Cylindrical-coordinate representation of color #AFEBCC: hue angle of 149º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBCC is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB175235204-
CMYK0.2600.130.08
HSL149º60%80.39%-
HSV(B)149º25.53%92.16%-
XYZ58.2972.8968.12-
YUV213.53122.62100.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.50%
GREEN value IS 235 (92.19% from 255) = 38.27%
BLUE value IS 204 (80.08% from 255) = 33.22%
R=28.50%
G=38.27%
B=33.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752352040.2600.130.081496080.39
HexAFEBCC1A0D8953c50
Octal257353314320151022574120
Binary10101111111010111100110011010011011000100101011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEBCC; }

 p { color: rgb(175,235,204); }

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

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

 a { background-color: rgb(175,235,204); }

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

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

 span { border-color: rgb(175,235,204); }

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