#AFEBC6

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

Shades of Magic Mint #AFEBC6

Tints of Magic Mint #AFEBC6

Color information

#AFEBC6 (or 0xAFEBC6) is unknown color: approx Magic Mint. HEX triplet: AF, EB and C6. RGB value is (175,235,198). Sum of RGB (Red+Green+Blue) = 175+235+198=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBC6 is #501439. Grayscale: #D4D4D4. Windows color (decimal): -5248058 or 13036463. OLE color: 13036463.

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

Color convert

RGB175235198-
CMYK0.2600.160.08
HSL143º60%80.39%-
HSV(B)143º25.53%92.16%-
XYZ57.5872.6164.41-
YUV212.84119.62101.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.78%
GREEN value IS 235 (92.19% from 255) = 38.65%
BLUE value IS 198 (77.73% from 255) = 32.57%
R=28.78%
G=38.65%
B=32.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752351980.2600.160.081436080.39
HexAFEBC61A01088f3c50
Octal257353306320201021774120
Binary101011111110101111000110110100100001000100011111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEBC6; }

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

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

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

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

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

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

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

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