#AFEEC6

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

Shades of Magic Mint #AFEEC6

Tints of Magic Mint #AFEEC6

Color information

#AFEEC6 (or 0xAFEEC6) is unknown color: approx Magic Mint. HEX triplet: AF, EE and C6. RGB value is (175,238,198). Sum of RGB (Red+Green+Blue) = 175+238+198=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEC6 is #501139. Grayscale: #D6D6D6. Windows color (decimal): -5247290 or 13037231. OLE color: 13037231.

HSL color Cylindrical-coordinate representation of color #AFEEC6: hue angle of 141.9º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEEC6 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB175238198-
CMYK0.2600.170.07
HSL141.9º64.95%80.98%-
HSV(B)141.9º26.47%93.33%-
XYZ58.4574.3464.69-
YUV214.6118.6399.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.64%
GREEN value IS 238 (93.36% from 255) = 38.95%
BLUE value IS 198 (77.73% from 255) = 32.41%
R=28.64%
G=38.95%
B=32.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752381980.2600.170.07141.964.9580.98
HexAFEEC61A01178e4151
Octal257356306320217216101121
Binary101011111110111011000110110100100011111000111010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEEC6; }

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

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

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

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

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

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

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

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