#AFF3CF

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

Shades of Magic Mint #AFF3CF

Tints of Magic Mint #AFF3CF

Color information

#AFF3CF (or 0xAFF3CF) is unknown color: approx Magic Mint. HEX triplet: AF, F3 and CF. RGB value is (175,243,207). Sum of RGB (Red+Green+Blue) = 175+243+207=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF3CF is #500C30. Grayscale: #DADADA. Windows color (decimal): -5246001 or 13628335. OLE color: 13628335.

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

Color convert

RGB175243207-
CMYK0.2800.150.05
HSL148.24º73.91%81.96%-
HSV(B)148.24º27.98%95.29%-
XYZ60.9977.7270.82-
YUV218.56121.4796.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28%
GREEN value IS 243 (95.31% from 255) = 38.88%
BLUE value IS 207 (81.25% from 255) = 33.12%
R=28%
G=38.88%
B=33.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752432070.2800.150.05148.2473.9181.96
HexAFF3CF1C0F5944a52
Octal257363317340175224112122
Binary10101111111100111100111111100011111011001010010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF3CF; }

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

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

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

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

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

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

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

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