#AFF3CD

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

Shades of Magic Mint #AFF3CD

Tints of Magic Mint #AFF3CD

Color information

#AFF3CD (or 0xAFF3CD) is unknown color: approx Magic Mint. HEX triplet: AF, F3 and CD. RGB value is (175,243,205). Sum of RGB (Red+Green+Blue) = 175+243+205=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 243 (95.31% from 255 or 39.00% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF3CD is #500C32. Grayscale: #DADADA. Windows color (decimal): -5246003 or 13497263. OLE color: 13497263.

HSL color Cylindrical-coordinate representation of color #AFF3CD: hue angle of 146.47º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF3CD is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB175243205-
CMYK0.2800.160.05
HSL146.47º73.91%81.96%-
HSV(B)146.47º27.98%95.29%-
XYZ60.7577.6269.54-
YUV218.34120.4797.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.09%
GREEN value IS 243 (95.31% from 255) = 39.00%
BLUE value IS 205 (80.47% from 255) = 32.91%
R=28.09%
G=39.00%
B=32.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752432050.2800.160.05146.4773.9181.96
HexAFF3CD1C0105924a52
Octal257363315340205222112122
Binary101011111111001111001101111000100001011001001010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF3CD; }

 p { color: rgb(175,243,205); }

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

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

 a { background-color: rgb(175,243,205); }

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

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

 span { border-color: rgb(175,243,205); }

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