#AFF9CA

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

Shades of Magic Mint #AFF9CA

Tints of Magic Mint #AFF9CA

Color information

#AFF9CA (or 0xAFF9CA) is unknown color: approx Magic Mint. HEX triplet: AF, F9 and CA. RGB value is (175,249,202). Sum of RGB (Red+Green+Blue) = 175+249+202=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 249 (97.66% from 255 or 39.78% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9CA is #500635. Grayscale: #DDDDDD. Windows color (decimal): -5244470 or 13302191. OLE color: 13302191.

HSL color Cylindrical-coordinate representation of color #AFF9CA: hue angle of 141.89º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9CA is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB175249202-
CMYK0.3000.190.02
HSL141.89º86.05%83.14%-
HSV(B)141.89º29.72%97.65%-
XYZ62.2281.1368.26-
YUV221.52116.9894.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.96%
GREEN value IS 249 (97.66% from 255) = 39.78%
BLUE value IS 202 (79.30% from 255) = 32.27%
R=27.96%
G=39.78%
B=32.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752492020.3000.190.02141.8986.0583.14
HexAFF9CA1E01328e5653
Octal257371312360232216126123
Binary10101111111110011100101011110010011101000111010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9CA; }

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

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

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

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

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

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

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

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