#AFFDCA

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

Shades of Magic Mint #AFFDCA

Tints of Magic Mint #AFFDCA

Color information

#AFFDCA (or 0xAFFDCA) is unknown color: approx Magic Mint. HEX triplet: AF, FD and CA. RGB value is (175,253,202). Sum of RGB (Red+Green+Blue) = 175+253+202=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDCA is #500235. Grayscale: #DFDFDF. Windows color (decimal): -5243446 or 13303215. OLE color: 13303215.

HSL color Cylindrical-coordinate representation of color #AFFDCA: hue angle of 140.77º 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 #AFFDCA is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB175253202-
CMYK0.3100.200.01
HSL140.77º95.12%83.92%-
HSV(B)140.77º30.83%99.22%-
XYZ63.4783.6368.67-
YUV223.86115.6693.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.78%
GREEN value IS 253 (99.22% from 255) = 40.16%
BLUE value IS 202 (79.30% from 255) = 32.06%
R=27.78%
G=40.16%
B=32.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752532020.3100.200.01140.7795.1283.92
HexAFFDCA1F01418d5f54
Octal257375312370241215137124
Binary1010111111111101110010101111101010011000110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDCA; }

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

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

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

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

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

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

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

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