#AFFBC8

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

Shades of Magic Mint #AFFBC8

Tints of Magic Mint #AFFBC8

Color information

#AFFBC8 (or 0xAFFBC8) is unknown color: approx Magic Mint. HEX triplet: AF, FB and C8. RGB value is (175,251,200). Sum of RGB (Red+Green+Blue) = 175+251+200=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBC8 is #500437. Grayscale: #DEDEDE. Windows color (decimal): -5243960 or 13171631. OLE color: 13171631.

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

Color convert

RGB175251200-
CMYK0.3000.200.02
HSL139.74º90.48%83.53%-
HSV(B)139.74º30.28%98.43%-
XYZ62.682.2867.23-
YUV222.46115.3294.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.96%
GREEN value IS 251 (98.44% from 255) = 40.10%
BLUE value IS 200 (78.52% from 255) = 31.95%
R=27.96%
G=40.10%
B=31.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752512000.3000.200.02139.7490.4883.53
HexAFFBC81E01428c5a54
Octal257373310360242214132124
Binary10101111111110111100100011110010100101000110010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBC8; }

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

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

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

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

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

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

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

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