#AFFBC7

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

Shades of Magic Mint #AFFBC7

Tints of Magic Mint #AFFBC7

Color information

#AFFBC7 (or 0xAFFBC7) is unknown color: approx Magic Mint. HEX triplet: AF, FB and C7. RGB value is (175,251,199). Sum of RGB (Red+Green+Blue) = 175+251+199=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBC7 is #500438. Grayscale: #DEDEDE. Windows color (decimal): -5243961 or 13106095. OLE color: 13106095.

HSL color Cylindrical-coordinate representation of color #AFFBC7: hue angle of 138.95º 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 #AFFBC7 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB175251199-
CMYK0.3000.210.02
HSL138.95º90.48%83.53%-
HSV(B)138.95º30.28%98.43%-
XYZ62.4982.2366.61-
YUV222.35114.8294.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28%
GREEN value IS 251 (98.44% from 255) = 40.16%
BLUE value IS 199 (78.12% from 255) = 31.84%
R=28%
G=40.16%
B=31.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752511990.3000.210.02138.9590.4883.53
HexAFFBC71E01528b5a54
Octal257373307360252213132124
Binary10101111111110111100011111110010101101000101110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBC7; }

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

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

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

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

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

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

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

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