#AFFBCC

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

Shades of Magic Mint #AFFBCC

Tints of Magic Mint #AFFBCC

Color information

#AFFBCC (or 0xAFFBCC) is unknown color: approx Magic Mint. HEX triplet: AF, FB and CC. RGB value is (175,251,204). Sum of RGB (Red+Green+Blue) = 175+251+204=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBCC is #500433. Grayscale: #DFDFDF. Windows color (decimal): -5243956 or 13433775. OLE color: 13433775.

HSL color Cylindrical-coordinate representation of color #AFFBCC: hue angle of 142.89º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBCC is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB175251204-
CMYK0.3000.190.02
HSL142.89º90.48%83.53%-
HSV(B)142.89º30.28%98.43%-
XYZ63.0882.4769.72-
YUV222.92117.3293.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.78%
GREEN value IS 251 (98.44% from 255) = 39.84%
BLUE value IS 204 (80.08% from 255) = 32.38%
R=27.78%
G=39.84%
B=32.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752512040.3000.190.02142.8990.4883.53
HexAFFBCC1E01328f5a54
Octal257373314360232217132124
Binary10101111111110111100110011110010011101000111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBCC; }

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

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

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

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

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

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

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

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