#AFF9CC

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

Shades of Magic Mint #AFF9CC

Tints of Magic Mint #AFF9CC

Color information

#AFF9CC (or 0xAFF9CC) is unknown color: approx Magic Mint. HEX triplet: AF, F9 and CC. RGB value is (175,249,204). Sum of RGB (Red+Green+Blue) = 175+249+204=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 249 (97.66% from 255 or 39.65% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9CC is #500633. Grayscale: #DDDDDD. Windows color (decimal): -5244468 or 13433263. OLE color: 13433263.

HSL color Cylindrical-coordinate representation of color #AFF9CC: hue angle of 143.51º 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 #AFF9CC is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB175249204-
CMYK0.3000.180.02
HSL143.51º86.05%83.14%-
HSV(B)143.51º29.72%97.65%-
XYZ62.4581.2269.51-
YUV221.74117.9894.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.87%
GREEN value IS 249 (97.66% from 255) = 39.65%
BLUE value IS 204 (80.08% from 255) = 32.48%
R=27.87%
G=39.65%
B=32.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752492040.3000.180.02143.5186.0583.14
HexAFF9CC1E0122905653
Octal257371314360222220126123
Binary10101111111110011100110011110010010101001000010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9CC; }

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

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

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

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

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

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

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

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