#AFFDCF

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

Shades of Magic Mint #AFFDCF

Tints of Magic Mint #AFFDCF

Color information

#AFFDCF (or 0xAFFDCF) is unknown color: approx Magic Mint. HEX triplet: AF, FD and CF. RGB value is (175,253,207). Sum of RGB (Red+Green+Blue) = 175+253+207=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDCF is #500230. Grayscale: #E0E0E0. Windows color (decimal): -5243441 or 13630895. OLE color: 13630895.

HSL color Cylindrical-coordinate representation of color #AFFDCF: hue angle of 144.62º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFDCF is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB175253207-
CMYK0.3100.180.01
HSL144.62º95.12%83.92%-
HSV(B)144.62º30.83%99.22%-
XYZ64.0783.8771.84-
YUV224.43118.1692.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.56%
GREEN value IS 253 (99.22% from 255) = 39.84%
BLUE value IS 207 (81.25% from 255) = 32.60%
R=27.56%
G=39.84%
B=32.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752532070.3100.180.01144.6295.1283.92
HexAFFDCF1F0121915f54
Octal257375317370221221137124
Binary1010111111111101110011111111101001011001000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDCF; }

 p { color: rgb(175,253,207); }

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

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

 a { background-color: rgb(175,253,207); }

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

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

 span { border-color: rgb(175,253,207); }

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