#AFF5C5

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

Shades of Magic Mint #AFF5C5

Tints of Magic Mint #AFF5C5

Color information

#AFF5C5 (or 0xAFF5C5) is unknown color: approx Magic Mint. HEX triplet: AF, F5 and C5. RGB value is (175,245,197). Sum of RGB (Red+Green+Blue) = 175+245+197=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 245 (96.09% from 255 or 39.71% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5C5 is #500A3A. Grayscale: #DADADA. Windows color (decimal): -5245499 or 12973487. OLE color: 12973487.

HSL color Cylindrical-coordinate representation of color #AFF5C5: hue angle of 138.86º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5C5 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB175245197-
CMYK0.2900.200.04
HSL138.86º77.78%82.35%-
HSV(B)138.86º28.57%96.08%-
XYZ60.4178.4564.78-
YUV218.6115.8196.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.36%
GREEN value IS 245 (96.09% from 255) = 39.71%
BLUE value IS 197 (77.34% from 255) = 31.93%
R=28.36%
G=39.71%
B=31.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752451970.2900.200.04138.8677.7882.35
HexAFF5C51D01448b4e52
Octal257365305350244213116122
Binary101011111111010111000101111010101001001000101110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF5C5; }

 p { color: rgb(175,245,197); }

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

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

 a { background-color: rgb(175,245,197); }

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

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

 span { border-color: rgb(175,245,197); }

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