#AFEBC7

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

Shades of Magic Mint #AFEBC7

Tints of Magic Mint #AFEBC7

Color information

#AFEBC7 (or 0xAFEBC7) is unknown color: approx Magic Mint. HEX triplet: AF, EB and C7. RGB value is (175,235,199). Sum of RGB (Red+Green+Blue) = 175+235+199=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBC7 is #501438. Grayscale: #D5D5D5. Windows color (decimal): -5248057 or 13101999. OLE color: 13101999.

HSL color Cylindrical-coordinate representation of color #AFEBC7: hue angle of 144º 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 #AFEBC7 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB175235199-
CMYK0.2600.150.08
HSL144º60%80.39%-
HSV(B)144º25.53%92.16%-
XYZ57.772.6565.02-
YUV212.96120.12100.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.74%
GREEN value IS 235 (92.19% from 255) = 38.59%
BLUE value IS 199 (78.12% from 255) = 32.68%
R=28.74%
G=38.59%
B=32.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752351990.2600.150.081446080.39
HexAFEBC71A0F8903c50
Octal257353307320171022074120
Binary10101111111010111100011111010011111000100100001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEBC7; }

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

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

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

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

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

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

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

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