#AFF2CB

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

Shades of Magic Mint #AFF2CB

Tints of Magic Mint #AFF2CB

Color information

#AFF2CB (or 0xAFF2CB) is unknown color: approx Magic Mint. HEX triplet: AF, F2 and CB. RGB value is (175,242,203). Sum of RGB (Red+Green+Blue) = 175+242+203=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2CB is #500D34. Grayscale: #D9D9D9. Windows color (decimal): -5246261 or 13365935. OLE color: 13365935.

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

Color convert

RGB175242203-
CMYK0.2800.160.05
HSL145.07º72.04%81.76%-
HSV(B)145.07º27.69%94.9%-
XYZ60.2176.9368.18-
YUV217.52119.897.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.23%
GREEN value IS 242 (94.92% from 255) = 39.03%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=28.23%
G=39.03%
B=32.74%

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
Decimal1752422030.2800.160.05145.0772.0481.76
HexAFF2CB1C0105914852
Octal257362313340205221110122
Binary101011111111001011001011111000100001011001000110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF2CB; }

 p { color: rgb(175,242,203); }

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

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

 a { background-color: rgb(175,242,203); }

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

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

 span { border-color: rgb(175,242,203); }

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