#AFDDC5

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

Shades of Magic Mint #AFDDC5

Tints of Magic Mint #AFDDC5

Color information

#AFDDC5 (or 0xAFDDC5) is unknown color: approx Magic Mint. HEX triplet: AF, DD and C5. RGB value is (175,221,197). Sum of RGB (Red+Green+Blue) = 175+221+197=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDC5 is #50223A. Grayscale: #CCCCCC. Windows color (decimal): -5251643 or 12967343. OLE color: 12967343.

HSL color Cylindrical-coordinate representation of color #AFDDC5: hue angle of 148.7º degrees, saturation: 0.4, 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 #AFDDC5 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB175221197-
CMYK0.2100.110.13
HSL148.7º40.35%77.65%-
HSV(B)148.7º20.81%86.67%-
XYZ53.6164.8662.52-
YUV204.51123.76106.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.51%
GREEN value IS 221 (86.72% from 255) = 37.27%
BLUE value IS 197 (77.34% from 255) = 33.22%
R=29.51%
G=37.27%
B=33.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752211970.2100.110.13148.740.3577.65
HexAFDDC5150BD95284e
Octal257335305250131522550116
Binary10101111110111011100010110101010111101100101011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDC5; }

 p { color: rgb(175,221,197); }

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

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

 a { background-color: rgb(175,221,197); }

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

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

 span { border-color: rgb(175,221,197); }

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