#AFF3CC

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

Shades of Magic Mint #AFF3CC

Tints of Magic Mint #AFF3CC

Color information

#AFF3CC (or 0xAFF3CC) is unknown color: approx Magic Mint. HEX triplet: AF, F3 and CC. RGB value is (175,243,204). Sum of RGB (Red+Green+Blue) = 175+243+204=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF3CC is #500C33. Grayscale: #DADADA. Windows color (decimal): -5246004 or 13431727. OLE color: 13431727.

HSL color Cylindrical-coordinate representation of color #AFF3CC: hue angle of 145.59º 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 #AFF3CC is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB175243204-
CMYK0.2800.160.05
HSL145.59º73.91%81.96%-
HSV(B)145.59º27.98%95.29%-
XYZ60.6377.5768.9-
YUV218.22119.9797.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.14%
GREEN value IS 243 (95.31% from 255) = 39.07%
BLUE value IS 204 (80.08% from 255) = 32.80%
R=28.14%
G=39.07%
B=32.80%

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
Decimal1752432040.2800.160.05145.5973.9181.96
HexAFF3CC1C0105924a52
Octal257363314340205222112122
Binary101011111111001111001100111000100001011001001010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF3CC; }

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

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

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

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

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

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

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

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