#AFDEC7

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

Shades of Magic Mint #AFDEC7

Tints of Magic Mint #AFDEC7

Color information

#AFDEC7 (or 0xAFDEC7) is unknown color: approx Magic Mint. HEX triplet: AF, DE and C7. RGB value is (175,222,199). Sum of RGB (Red+Green+Blue) = 175+222+199=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEC7 is #502138. Grayscale: #CDCDCD. Windows color (decimal): -5251385 or 13098671. OLE color: 13098671.

HSL color Cylindrical-coordinate representation of color #AFDEC7: hue angle of 150.64º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDEC7 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB175222199-
CMYK0.2100.100.13
HSL150.64º41.59%77.84%-
HSV(B)150.64º21.17%87.06%-
XYZ54.1165.4863.82-
YUV205.32124.43106.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.36%
GREEN value IS 222 (87.11% from 255) = 37.25%
BLUE value IS 199 (78.12% from 255) = 33.39%
R=29.36%
G=37.25%
B=33.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752221990.2100.100.13150.6441.5977.84
HexAFDEC7150AD972a4e
Octal257336307250121522752116
Binary10101111110111101100011110101010101101100101111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDEC7; }

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

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

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

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

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

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

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

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